Function CRC32MBS
CRC32MBS(data as any) as integer
Version: 1.0
Returns CRC of data in the blob. The return value is a 32 bit unsigned integer which is stored in a 64 bit integer.
Works with blob, text, integer, null and double values.
Example query:
select name, CRC32MBS(data) from test select name from test where CRC32MBS(data)=219276033
CountFieldsMBS - CreateDirectoryMBS
Back to function list.