TO_TIMESTAMP
This page describes the TO_TIMESTAMP function in Lenses SQL.
TO_TIMESTAMP(longExpr)TO_TIMESTAMP (strExpr, pattern)Processors
SQL Studio
USE `kafka`;
SELECT
TO_TIMESTAMP(tpep_pickup_datetime),
tpep_pickup_datetime
FROM nyc-yellow-taxi-trip
LIMIT 1;{
"value": {
"TO_TIMESTAMP": "2016-01-01T00:00:02Z",
"tpep_pickup_datetime": "2016-01-01 00:00:02"
}
}Last updated
Was this helpful?

