mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
add tests [#CLICKHOUSE-3002]
This commit is contained in:
parent
e9f8f99e06
commit
7655a7bf3a
@ -2,3 +2,4 @@
|
|||||||
-1 -1 2016-07-07
|
-1 -1 2016-07-07
|
||||||
1 1 2016-07-07
|
1 1 2016-07-07
|
||||||
-1 -1 2016-07-07
|
-1 -1 2016-07-07
|
||||||
|
-1 -1 2016-07-07
|
@ -15,5 +15,6 @@ select * from test.index where key = -1;
|
|||||||
OPTIMIZE TABLE test.index;
|
OPTIMIZE TABLE test.index;
|
||||||
select * from test.index where key = 1;
|
select * from test.index where key = 1;
|
||||||
select * from test.index where key = -1;
|
select * from test.index where key = -1;
|
||||||
|
select * from test.index where key < -0.5;
|
||||||
|
|
||||||
DROP TABLE test.index;
|
DROP TABLE test.index;
|
Loading…
Reference in New Issue
Block a user