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
다양한 정보를 제공해주는 공간 입니다.
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
댓글
댓글 쓰기