TIMECONVERT
This section contains reference documentation for the TIMECONVERT function.
Signature
Usage Examples
select id,
created_at_timestamp,
cast(created_at_timestamp AS long) AS timeInMs,
TIMECONVERT(created_at_timestamp, 'MILLISECONDS', 'DAYS') AS convertedTime
from githubEvents
LIMIT 1id
created_at_timestamp
timeInMs
convertedTime
id
created_at_timestamp
timeInMs
convertedTime
id
created_at_timestamp
timeInMs
convertedTime
id
created_at_timestamp
timeInMs
convertedTime
id
created_at_timestamp
timeInMs
convertedTime
id
created_at_timestamp
timeInMs
convertedTime
Was this helpful?

