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

1번째 줄: 1번째 줄:
==개요==
==개요==
;HR-SQL Revising the Select Query I
;HR-SQL Revising the Select Query I
*
* https://www.hackerrank.com/challenges/revising-the-select-query/problem


{{HR-SQL 헤더}}
{{HR-SQL 헤더}}
7번째 줄: 7번째 줄:
|}
|}


==Oracle==
<source lang='sql'>
<source lang='sql'>
SELECT * FROM CITY
SELECT * FROM CITY
WHERE COUNTRYCODE='USA' AND population>100000;
WHERE COUNTRYCODE='USA' AND population>100000;
</source>
</source>

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

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