"HR-SQL Employee Names"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
==개요==
==개요==
;HR-SQL Employee Names
;HR-SQL Employee Names
*
* https://www.hackerrank.com/challenges/name-of-employees/problem


{{HR-SQL 헤더}}
{{HR-SQL 헤더}}
17번째 줄: 17번째 줄:
==MySQL==
==MySQL==
<source lang='sql'>
<source lang='sql'>
SELECT name FROM Employee
ORDER BY name;
</source>
</source>



2018년 8월 15일 (수) 22:48 판

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