EXTRACT_TIME
This page describes the EXTRACT_TIME function in Lenses SQL.
EXTRACT_TIME(timestamp)Processors
SQL Studio
USE `kafka`;
SELECT
EXTRACT_TIME(_meta.timestamp),
_meta.timestamp
FROM nyc-yellow-taxi-trip
LIMIT 1;{
"value": {
"EXTRACT_TIME": "20:28:45.41",
"timestamp": "2023-11-28T20:28:45.41Z"
}
}Last updated
Was this helpful?

