Skip to content

Instantly share code, notes, and snippets.

@DongguemYoo
Created May 22, 2020 06:11
Show Gist options
  • Save DongguemYoo/f916f02c4bf0b0ace7898fc0f025c67e to your computer and use it in GitHub Desktop.
Save DongguemYoo/f916f02c4bf0b0ace7898fc0f025c67e to your computer and use it in GitHub Desktop.
코딩테스트 아픈 동물 찾기.sql
-- 코드를 입력하세요
SELECT ANIMAL_ID,NAME
from ANIMAL_INS
where INTAKE_CONDITION = 'Sick'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment