mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
3 lines
164 B
SQL
3 lines
164 B
SQL
SELECT positionCaseInsensitiveUTF8('Hello', materialize('%\xF0%'));
|
|
SELECT DISTINCT positionCaseInsensitiveUTF8(materialize('Hello'), '%\xF0%') FROM numbers(1000);
|