Skip to main content

TOMORROW

Returns tomorrow date, same as today() + 1.

Syntax

TOMORROW()

Return Type

DATE, returns date in “YYYY-MM-DD” format.

Examples

SELECT TOMORROW(), TODAY()+1;

┌──────────────────────────┐
│ tomorrow() │ today() + 1
├────────────┼─────────────┤
2024-05-232024-05-23
└──────────────────────────┘
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today