ClickHouse/tests/queries/0_stateless/02234_position_case_insensitive_utf8.sql

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

3 lines
164 B
MySQL
Raw Normal View History

SELECT positionCaseInsensitiveUTF8('Hello', materialize('%\xF0%'));
SELECT DISTINCT positionCaseInsensitiveUTF8(materialize('Hello'), '%\xF0%') FROM numbers(1000);