TOMORROW
This page describes the TOMORROW function in Lenses SQL.
TOMORROW()
Returns the current date time plus 1 day.
Available in:
Processors
SQL Studio
✓
✓
Sample code:
USE `kafka`;
SELECT TOMORROW()
FROM nyc-yellow-taxi-trip
LIMIT 1;
Output:
{
"value": {
"TOMORROW": "2023-11-30T18:49:25.182Z"
}
}
Last updated
Was this helpful?