group by 썸네일형 리스트형 Group by Order by 2주차 Group by와 Order by를 사용해서, 조건에 맞는 데이터의 결제수단별 주문건수 구하기 select payment_method, count(*) from orders where email like '%naver.com' and course_title = '앱개발 종합반' group by payment_method 결과 pament_method| count(*)| 더보기 이전 1 다음