Function AggregateMD5MBS
AggregateMD5MBS(data as any) as integer
Version: 1.0
Returns the aggregated MD5 checksum of data. The return string is a 32 character long hex string.
Works with blob, text, integer, null and double values.
Example query:
select AggregateMD5MBS(data) from test
Back to function list.