Guid

The Guid() function generates a Globally Unique Identifier (GUID).

See wikipedia to learn more about GUIDs.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Returns a text that contains a GUID (Global Unique Identifier).

Syntax

Guid()

Guid() => "3F2504E0-4F89-41D3-9A0C-0305E82C3301"

Last updated