meta data for this page
F_UUID1MACCOMPR
function from adhoc in memorial to uuidlib
Entrypoint uuid1maccompr compatible with UTF-8
Inputs/Outputs
Input nothing Output CSTRING(22) compressed Universally Unique Identifier (UUID) version 1a
Syntax
Notice (from uuidlib): Creates a 22 char string uuid, which is a compressed form where the order of the sections is reversed to allow firebirds index prefix compression to take place. All the characters used in this uuid are valid characters in urls. TestSQL SELECT F_UUID1MACCOMPR() FROM RDB$DATABASE;