ClickHouse/tests/queries/0_stateless/02701_non_parametric_function.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
98 B
MySQL
Raw Normal View History

2023-07-26 11:23:09 +00:00
SELECT * FROM system.numbers WHERE number > toUInt64(10)(number) LIMIT 10; -- { serverError 309 }