2023-01-03 19:22:31 +00:00
|
|
|
-- Tags: no-upgrade-check
|
2022-07-26 19:28:11 +00:00
|
|
|
|
|
|
|
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 475 }
|
|
|
|
|