📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

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 │ └──────────────────────────┘

Was this page helpful?