컴퓨터 이야기/SQL
sql sum 으로 합계 구하기
코딩도사
2015. 12. 23. 08:41
select sum(current_point) from user_basic;
+--------------------+
| sum(current_point) |
+--------------------+
| 90 |
+--------------------+
1 row in set (0.00 sec)