Skip to content

Instantly share code, notes, and snippets.

@DongguemYoo
Created May 22, 2020 06:08
Show Gist options
  • Save DongguemYoo/6d019bcd3ab00e378cd36a0d81e74a56 to your computer and use it in GitHub Desktop.
Save DongguemYoo/6d019bcd3ab00e378cd36a0d81e74a56 to your computer and use it in GitHub Desktop.
코딩테스트 연습 - 역순 정렬하기.sql
-- 코드를 입력하세요
SELECT NAME, DATETIME
from ANIMAL_INS
order by ANIMAL_ID desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment