Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt

Use this file to discover all available pages before exploring further.

Returns a version 4 universally unique identifier (UUID) as defined by RFC-4122 as a TEXT value. This function accepts no arguments.

Syntax

GEN_RANDOM_UUID_TEXT()

Return Type

GEN_RANDOM_UUID_TEXT returns a result of type TEXT.

Example

The following code example generates a random UUID as a TEXT value:
SELECT gen_random_uuid_text() as id_col
id_col (TEXT)
‘acc612ea-1a7d-4a49-b977-2486c7963d84’