Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 04, 2024
Send us feedback
timestamp_micros
Applies to: Databricks SQL Databricks Runtime
Creates a timestamp expr microseconds since UTC epoch.
expr
timestamp_micros(expr)
expr: An integral numeric expression specifying microseconds.
A TIMESTAMP.
> SELECT timestamp_micros(1230219000123123); 2008-12-25 07:30:00.123123
timestamp function
timestamp_millis function
timestamp_seconds function