mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
6 lines
124 B
SQL
6 lines
124 B
SQL
-- Tags: no-fasttest
|
|
-- no-fasttest: upper/lowerUTF8 use ICU
|
|
|
|
SELECT hex(lowerUTF8('\xFF'));
|
|
SELECT hex(upperUTF8('\xFF'));
|