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