COUNT
COUNT_BIG
SUM
Returns the row count as BIGINT.
COUNT_BIG(expr)
Enter values below to update the example in real time.
total_rows
large_log_table
SELECT COUNT_BIG(*) AS total_rows FROM large_log_table;