VARP
CHECKSUM_AGG
GROUPING
Returns the checksum of a group.
CHECKSUM_AGG(expr)
Enter values below to update the example in real time.
table_checksum
employees
SELECT CHECKSUM_AGG(CHECKSUM(*)) AS table_checksum FROM employees;