We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Revising Aggregations - The Sum Function
Revising Aggregations - The Sum Function
+ 0 comments SELECT SUM(POPULATION) FROM CITY WHERE DISTRICT = 'California';
+ 0 comments SELECT sum(population) FROM city WHERE District='California';
+ 0 comments Please try the below mysql code : SELECT SUM(POPULATION) FROM CITY WHERE DISTRICT = "California";
+ 0 comments SELECT SUM(POPULATION) FROM CITY WHERE DISTRICT = 'California';
+ 0 comments SELECT SUM(POPULATION) FROM CITY WHERE DISTRICT = 'California';
Load more conversations
Sort 348 Discussions, By:
Please Login in order to post a comment