SQL

[프로그래머스/SQL 고득점 Kit] 역순정렬하기

zzheng 2024. 10. 21. 17:16
SELECT NAME, DATETIME
from ANIMAL_INS
order by ANIMAL_ID desc;