diff --git a/reference/function/date-time.md b/reference/function/date-time.md index 5891b739..71b8a127 100644 --- a/reference/function/date-time.md +++ b/reference/function/date-time.md @@ -854,7 +854,7 @@ Return value is of type `interval`. ```questdb-sql title="Using today" -SELECT today() as today, today('CEST') as adjusted +SELECT today() as today, today('CEST') as adjusted; ``` | today | adjusted |