uuid
Returns a pseudo randomly generated UUID (type 4).
Examples:
examples.sql
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SDF is now a part of dbt Labs. Get live CTA previews, inline errors, and mesh support natively in the dbt platform. Learn more · Migrate to Fusion
uuidSELECT uuid() as value; -- value '22552909-5560-4234-a383-5a968a4e2a91'
function uuid() returns uuid