BOOL and INT96 tests
This commit is contained in:
parent
e87f0d0f68
commit
cbf388698b
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where bool_0 = 0
|
||||
44
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where bool_0 = 1
|
||||
5
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where bool_0
|
||||
5
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where not bool_0
|
||||
44
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where bool_0 > 0
|
||||
5
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where bool_0 >= 0
|
||||
49
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where bool_0 > 1
|
||||
0
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where bool_0 < 0
|
||||
0
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where bool_0 < 1
|
||||
44
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where bool_0 <= 1
|
||||
49
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where ts_5 = 490665600000
|
||||
1
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where ts_5 < 490665600000
|
||||
0
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where ts_5 <= 490665600000
|
||||
1
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where ts_5 > 490665600000
|
||||
49
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where ts_5 >= 490665600000
|
||||
50
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from nulls where ts_5 <> 490665600000
|
||||
49
|
Loading…
Reference in New Issue