%UuidGen meta-SQL element
Syntax
%UuidGen()
Description
Use the %UuidGen function in a SQL Insert or Update statement to generate a universally unique identifier (UUID) as a globally unique 36-character string.
%UuidGen can only be used in an Insert or Update statement. You will get an error if you use the function in any other type of SQL.