mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
3 lines
67 B
MySQL
3 lines
67 B
MySQL
|
SELECT match(materialize('Hello'), '');
|
||
|
SELECT match('Hello', '');
|