ClickHouse/tests/queries/0_stateless/02242_throw_if_constant_argument.sql

2 lines
63 B
MySQL
Raw Normal View History

SELECT throwIf(0 AND 2147483646) FROM system.numbers LIMIT 10;