ClickHouse/dbms/tests/queries/0_stateless/00144_empty_regexp.sql

3 lines
67 B
MySQL
Raw Normal View History

SELECT match(materialize('Hello'), '');
SELECT match('Hello', '');