ClickHouse/tests/queries/0_stateless/02366_with_fill_date.sql
2024-05-30 19:41:08 +00:00

6 lines
220 B
SQL

SELECT toDate('2022-02-01') AS d1
FROM numbers(18) AS number
ORDER BY d1 ASC WITH FILL FROM toDateTime('2022-02-01') TO toDateTime('2022-07-01') STEP toIntervalMonth(1); -- { serverError INVALID_WITH_FILL_EXPRESSION }