[MySQL] ROUND, AVG 데이터의 평균을 구하고 소수 n 번째 자리에서 반올림한 값을 출력한다. SELECT ROUND(AVG(columnName), n-1) as columnNamefrom 테이블명where 조건 ☁️정리/❄️SQL 2023.10.26