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 the Select Query I
Revising the Select Query I
Sort by
recency
|
908 Discussions
|
Please Login in order to post a comment
For MySQL Platform
cant be able to submit the code
cant submit the code server issue or what?
SELECT * FROM CITY WHERE POPULATION > 100000 AND COUNTRYCODE LIKE 'USA';
You just need to select all columns from CITY where CountryCode = 'USA' and Population > 100000. Works fine.