라벨이 sum인 게시물 표시

SQL count(*), sum GROUP BY 문 소개합니다.

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