mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fixed test #2940
This commit is contained in:
parent
eee6644a22
commit
9f6073b562
@ -1,3 +1,5 @@
|
||||
SET send_logs_level = 'none';
|
||||
|
||||
SELECT if(); -- { serverError 42 }
|
||||
SELECT if(1); -- { serverError 42 }
|
||||
SELECT if(1, 1); -- { serverError 42 }
|
||||
|
Loading…
Reference in New Issue
Block a user