๋ฐ์ํ
https://school.programmers.co.kr/learn/courses/30/lessons/59414#fn1
-- ์ฝ๋๋ฅผ ์
๋ ฅํ์ธ์
SELECT ANIMAL_ID, NAME, date_format(DATETIME, "%Y-%m-%d") as ๋ ์ง
from ANIMAL_INS
order by ANIMAL_ID
๋ฐ์ํ
https://school.programmers.co.kr/learn/courses/30/lessons/59414#fn1
-- ์ฝ๋๋ฅผ ์
๋ ฅํ์ธ์
SELECT ANIMAL_ID, NAME, date_format(DATETIME, "%Y-%m-%d") as ๋ ์ง
from ANIMAL_INS
order by ANIMAL_ID