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

