mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
5 lines
108 B
SQL
5 lines
108 B
SQL
-- Tags: no-fasttest
|
|
-- no-fasttest: upper/lowerUTF8 use ICU
|
|
|
|
SELECT lowerUTF8('\xF0') = lowerUTF8('\xF0');
|