DATE
This page describes the DATE function in Lenses SQL.
DATE(days)Processors
SQL Studio
USE `kafka`;
SELECT DATE()
FROM sea-vessel-position-reports
LIMIT 1;{
"value": {
"DATE": "2023-11-29T00:00:00Z"
}
}Last updated
Was this helpful?
This page describes the DATE function in Lenses SQL.
DATE(days)USE `kafka`;
SELECT DATE()
FROM sea-vessel-position-reports
LIMIT 1;{
"value": {
"DATE": "2023-11-29T00:00:00Z"
}
}Last updated
Was this helpful?
Was this helpful?