Function UUIDHexMBS
UUIDHexMBS as string
Version: 1.1
Creates a new UUID/GUID and returns it as a hex string.
Same as calling UUIDRawMBS and EncodeHexMBS together.
Example value: 0190323C667611E09DD27C6D628C4C29
Example queries:
select UUIDHexMBS()
Back to function list.