ClickHouse/tests/queries/0_stateless/02700_regexp_operator.sql

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

2 lines
27 B
MySQL
Raw Normal View History

2023-03-21 21:24:37 +00:00
SELECT 'ab' REGEXP 'a.*b';