"HR-SQL Weather Observation Station 10"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
8번째 줄: 8번째 줄:


==DB2==
==DB2==
<source lang='sql'>
<syntaxhighlight lang='sql'>
</source>
</syntaxhighlight>


==MS SQL==
==MS SQL==
<source lang='sql'>
<syntaxhighlight lang='sql'>
</source>
</syntaxhighlight>


==MySQL==
==MySQL==
<source lang='sql'>
<syntaxhighlight lang='sql'>
SELECT DISTINCT CITY FROM STATION
SELECT DISTINCT CITY FROM STATION
WHERE RIGHT(CITY,1) NOT IN ('a','e','i','o','u');
WHERE RIGHT(CITY,1) NOT IN ('a','e','i','o','u');
</source>
</syntaxhighlight>


==Oracle==
==Oracle==
<source lang='sql'>
<syntaxhighlight lang='sql'>
</source>
</syntaxhighlight>

2021년 7월 31일 (토) 10:51 기준 최신판

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