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
- Select All
- Discussions
Select All
Select All
Sort by
recency
|
371 Discussions
|
Please Login in order to post a comment
For MySQL
SELECT ID,NAME,COUNTRYCODE,DISTRICT,POPULATION FROM CITY ;
-- MS SQL Server
select * from CITY;
Pay attention to the drop-down menu it can be DB2, MySQL, Oracle or MS MySQL Server.
For MySQL