add tests [#CLICKHOUSE-3002]

This commit is contained in:
Alexey Zatelepin 2017-05-24 23:10:19 +03:00 committed by alexey-milovidov
parent e9f8f99e06
commit 7655a7bf3a
2 changed files with 2 additions and 0 deletions

View File

@ -15,5 +15,6 @@ select * from test.index where key = -1;
OPTIMIZE TABLE test.index;
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;