Not built in, no,

If it was me I would create a simple hash function and do something like:

   select sum(myhash(col1)) + sum(myhash(col2) ... from mytable1

and store that per-table.

Note that using the built-in java hashCode() method is not a good
idea. It's not guaranteed to return the same results in two different
runs of the VM.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to