Function UUIDRawMBS
UUIDRawMBS as blob
Version: 1.1
Creates a new UUID/GUID and returns it as a 16 byte blob. The blob is not for displaying to users, but for small footprint on storage. If you pass it through EncodeHexMBS, you get the same result as with calling UUIDHexMBS directly.
Example value: ���Dfv��|mb�L)
Example queries:
select UUIDRawMBS()
Back to function list.