Added a test for function "char"

This commit is contained in:
Alexey Milovidov 2019-11-05 01:45:51 +03:00
parent 7d2a16ee39
commit 0a3b7068fd
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
привет
привет

View 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;