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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
67 B
MySQL
Raw Normal View History

2015-04-03 16:16:02 +00:00
SELECT match(materialize('Hello'), '');
SELECT match('Hello', '');