This commit is contained in:
Nikita Taranov 2023-07-26 13:23:09 +02:00
parent 94fa2f18b1
commit bf30186765
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT * FROM system.numbers WHERE number > toUInt64(10)(number) LIMIT 10; -- { serverError 309 }