SQL count(*), sum GROUP BY 문 소개합니다. 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 - 1월 07, 2025 SQL count(*), sum GROUP BY 문 에 대해서 설명해 드립니다. select num, count(*) as total, sum(integer_1) as d1, day, position from math where day='2025' group by position order by position asc Read more »