[SQL 문제풀기] 인기있는 아이스크림

화낼거양's avatar
Nov 18, 2024
[SQL 문제풀기] 인기있는 아이스크림
Contents
문제정답
 
 
 

문제

 
 
notion image
 

정답

 
SELECT flavor from first_half order by total_order DESC, shipment_id ASC;
Share article

moohyun