Produces a random universally unique identifier (UUID) as a
STRING value.
GENERATE_UUID
GENERATE_UUID()
Description
Returns a random universally unique identifier (UUID) as a STRING.
The returned STRING consists of 32 hexadecimal
digits in five groups separated by hyphens in the form 8-4-4-4-12. The
hexadecimal digits represent 122 random bits and 6 fixed bits, in compliance
with RFC 4122 section 4.4.
The returned STRING is lowercase.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["GoogleSQL for BigQuery offers utility functions, including one for generating UUIDs."],["The `GENERATE_UUID` function creates a random universally unique identifier (UUID)."],["The UUID is returned as a `STRING` with 32 hexadecimal digits in a specific format, following RFC 4122 standards."],["The output of `GENERATE_UUID` will always be lowercase."]]],[]]