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
|
359 Discussions
|
Please Login in order to post a comment
My solution:
CLEAR THIS INSTRUCTIONS FROM THE EDITOR FIRST AND THEN RUN QUERY select * from city where id = 1661
/* Enter your query here and follow these instructions: 1. Please append a semicolon ";" at the end of the query and enter your query in a single line to avoid error. 2. The AS keyword causes errors, so follow this convention: "Select t.Field From table1 t" instead of "select t.Field From table1 AS t" 3. Type your code immediately after comment. Don't leave any blank line . */