mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add copuple cases to test bin_unbin
This commit is contained in:
parent
c6e13e6e2e
commit
a50a98c595
@ -4,6 +4,9 @@
|
||||
00001010
|
||||
01111111
|
||||
11111111
|
||||
0000000100000000
|
||||
0000000111111111
|
||||
0000001000000000
|
||||
00110000
|
||||
0011000100110000
|
||||
111001101011010110001011111010001010111110010101
|
||||
|
@ -4,6 +4,9 @@ select bin(1);
|
||||
select bin(10);
|
||||
select bin(127);
|
||||
select bin(255);
|
||||
select bin(256);
|
||||
select bin(511);
|
||||
select bin(512);
|
||||
select bin('0');
|
||||
select bin('10');
|
||||
select bin('测试');
|
||||
|
Loading…
Reference in New Issue
Block a user