Select By ID
January 17, 2024
Query all columns for a city in CITY with the ID 1661
.
The CITY table is described as follows:

SELECT * FROM CITY WHERE ID = 1661;
Last updated
January 17, 2024
Query all columns for a city in CITY with the ID 1661
.
The CITY table is described as follows:
SELECT * FROM CITY WHERE ID = 1661;
Last updated