HOUR
This page describes the HOUR function in Lenses SQL.
HOUR (expr)Processors
SQL Studio
USE `kafka`;
SELECT
HOUR(_meta.timestamp),
_meta.timestamp
FROM sea-vessel-position-reports
LIMIT 1;{
"value": {
"HOUR": 20,
"timestamp": "2023-11-28T20:28:45.337Z"
}
}Last updated
Was this helpful?

