ClickHouse/dbms/tests/queries/0_stateless/00022_func_higher_order_and_constants.sql

2 lines
53 B
MySQL
Raw Normal View History

select arrayExists(x -> position(x, 'a') > 0, ['a'])