SELECT
    FORMAT(test_num, 0) AS test_num
FROM testTable

 

예를들면 test_num의 값이 16000일 경우,

FORMAT()을 통해 값을 받으면 16,000으로 받게 된다