mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update tests.
This commit is contained in:
parent
b28e121967
commit
e4a40d0e09
@ -13,3 +13,4 @@
|
||||
1 0 0 0 1 1
|
||||
0 1 1 0 1 0
|
||||
0 1 0 1 0 1
|
||||
\N \N \N
|
||||
|
@ -103,3 +103,7 @@ SELECT
|
||||
tuple(2) > tuple(1),
|
||||
tuple(2) <= tuple(1),
|
||||
tuple(2) >= tuple(1);
|
||||
SELECT
|
||||
tuple(NULL) < tuple(1),
|
||||
tuple(NULL) = tuple(1),
|
||||
tuple(NULL) <= tuple(1);
|
||||
|
Loading…
Reference in New Issue
Block a user