mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added another test case by Sundy-Li request
This commit is contained in:
parent
e4e22730ec
commit
c6ac30e450
@ -16,3 +16,4 @@
|
||||
нривет
|
||||
оривет
|
||||
привет
|
||||
你好
|
||||
|
@ -1,3 +1,4 @@
|
||||
SELECT char(0xD0, 0xBF, 0xD1, 0x80, 0xD0, 0xB8, 0xD0, 0xB2, 0xD0, 0xB5, 0xD1, 0x82) AS hello;
|
||||
SELECT char(-48,-65,-47,-128,-48,-72,-48,-78,-48,-75,-47,-126) AS hello;
|
||||
SELECT char(-48, 0xB0 + number,-47,-128,-48,-72,-48,-78,-48,-75,-47,-126) AS hello FROM numbers(16);
|
||||
SELECT char(0xe4, 0xbd, 0xa0, 0xe5, 0xa5, 0xbd) AS hello;
|
||||
|
Loading…
Reference in New Issue
Block a user