TOMORROW

This page describes the TOMORROW function in Lenses SQL.

TOMORROW()

Returns the current date time plus 1 day.

Available in:

ProcessorsSQL 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

Logo

2024 © Lenses.io Ltd. Apache, Apache Kafka, Kafka and associated open source project names are trademarks of the Apache Software Foundation.