Add a test for #30421

This commit is contained in:
Alexey Milovidov 2023-02-09 08:14:36 +01:00
parent a40ef2bf18
commit 327be4dcfc
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
SELECT today() AS a
ORDER BY a ASC WITH FILL FROM now() - toIntervalMonth(1) TO now() + toIntervalDay(1) STEP 82600; -- { serverError 475 }