Skip to content

Instantly share code, notes, and snippets.

@DongguemYoo
Created May 22, 2020 06:05
Show Gist options
  • Save DongguemYoo/e6e8a67af7fedafcc50da58d59e0b6c1 to your computer and use it in GitHub Desktop.
Save DongguemYoo/e6e8a67af7fedafcc50da58d59e0b6c1 to your computer and use it in GitHub Desktop.
코딩테스트 연습 - 모든 레코드 조회하기.sql
SELECT * from ANIMAL_INS
Order by ANIMAL_ID asc
너무 간단쓰
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment