ClickHouse/tests/queries/0_stateless/00810_in_operators_segfault.sql

6 lines
132 B
MySQL
Raw Normal View History

2020-06-20 11:29:01 +00:00
SET send_logs_level = 'fatal';
SELECT globalNotIn(['"wh'], [NULL]);
SELECT globalIn([''], [NULL]);
SELECT notIn([['']], [[NULL]]);