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 By ID
- Discussions
Select By ID
Select By ID
Sort by
recency
|
339 Discussions
|
Please Login in order to post a comment
SELECT * from city WHERE ID =1661;
select * from city where id =1661;
For MySQL
SELECT * FROM city WHERE id = 1661;
For MySQL