"HR-SQL African Cities"의 두 판 사이의 차이

(새 문서: ==개요== ;{{subst:PAGENAME}} * {{HR-SQL 헤더}} {{HR-SQL Basic Join}} |} <source lang='sql'> </source>)
 
1번째 줄: 1번째 줄:
==개요==
==개요==
;HR-SQL African Cities
;HR-SQL African Cities
*
* https://www.hackerrank.com/challenges/african-cities/problem


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


<source lang='sql'>
==MySQL==
<source lang='mysql'>
SELECT CI.NAME FROM CITY AS CI, COUNTRY AS CO
WHERE CO.CODE = CI.COUNTRYCODE
AND CO.CONTINENT = 'Africa';
</source>
</source>

2018년 8월 16일 (목) 18:02 판

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