mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test for function "char"
This commit is contained in:
parent
7d2a16ee39
commit
0a3b7068fd
2
dbms/tests/queries/0_stateless/01026_char_utf8.reference
Normal file
2
dbms/tests/queries/0_stateless/01026_char_utf8.reference
Normal file
@ -0,0 +1,2 @@
|
||||
привет
|
||||
привет
|
2
dbms/tests/queries/0_stateless/01026_char_utf8.sql
Normal file
2
dbms/tests/queries/0_stateless/01026_char_utf8.sql
Normal file
@ -0,0 +1,2 @@
|
||||
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;
|
Loading…
Reference in New Issue
Block a user