You are viewing a single comment's thread. Return to all comments →
SELECT SUM(population) FROM city WHERE district = "california" ; spaces also do matter so in quotes always write exact name
Seems like cookies are disabled on this browser, please enable them to open this website
Revising Aggregations - The Sum Function
You are viewing a single comment's thread. Return to all comments →
SELECT SUM(population) FROM city WHERE district = "california" ;
spaces also do matter so in quotes always write exact name