"HR-SQL Revising the Select Query I"의 두 판 사이의 차이

6번째 줄: 6번째 줄:
{{HR-SQL Basic Select}}
{{HR-SQL Basic Select}}
|}
|}
==DB2==
<source lang='sql'>
/*
    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.
*/
SELECT * FROM CITY
WHERE COUNTRYCODE='USA' AND population>100000;
</source>


==Oracle==
==Oracle==

2018년 8월 15일 (수) 17:57 판

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}