COUNT
COUNT_BIG
SUM
BIGINT 형식으로 행 수를 반환합니다.
COUNT_BIG(expr)
아래 값을 입력하면 예제에 즉시 반영됩니다.
total_rows
large_log_table
SELECT COUNT_BIG(*) AS total_rows FROM large_log_table;