Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
更新しました 2025/02/10
Send us feedback
uuid
Applies to: Databricks SQL Databricks Runtime
Returns an universally unique identifier (UUID) string.
uuid()
The function takes no argument.
A STRING formatted as a canonical UUID 36-character string.
The function is non-deterministic.
> SELECT uuid(); 46707d92-02f4-4817-8116-a4c3b23e6266
rand function