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.
- Prepare
- SQL
- Basic Select
- Japanese Cities' Names
- Discussions
Japanese Cities' Names
Japanese Cities' Names
+ 0 comments SELECT name FROM city WHERE countrycode="JPN";
+ 0 comments select name from city where countrycode='JPN';
+ 0 comments select name from city where countrycode = 'JPN';
+ 1 comment select NAME from CITY where COUNTRYCODE = "JPN";
Make sure you have selected MySQL not DB2
+ 0 comments SELECT NAME FROM CITY WHERE COUNTRYCODE = 'JPN';
Load more conversations
Sort 290 Discussions, By:
Please Login in order to post a comment