The following example returns the number of rows in each hash bucket where C1 and C2 are to be the primary index of T.
SELECT HASHBUCKET (HASHROW (C1,C2)), COUNT (*) FROM T GROUP BY 1 ORDER BY 1;
The following example returns the number of rows in each hash bucket where C1 and C2 are to be the primary index of T.
SELECT HASHBUCKET (HASHROW (C1,C2)), COUNT (*) FROM T GROUP BY 1 ORDER BY 1;