from 메소드를 사용하여 각 열에서 최신 제품을 찾으세요. 결과가 잘못된 이유는 무엇입니까?
select products_id,cat_id,goods_name from (select * from products where 1 order by cat_id asc,goods_id desc)as tep group by cat_id ;
그룹-》정렬-》최신 소식 받기
그룹-》정렬-》최신 소식 받기