mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-10-27 01:59:56 +00:00
more tests
This commit is contained in:
2
tests/templates/167-double-is-not-null.sql
Normal file
2
tests/templates/167-double-is-not-null.sql
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
select count(*) from nulls where double_6 is not null
|
||||||
|
49
|
||||||
2
tests/templates/168-double-is-not-99.sql
Normal file
2
tests/templates/168-double-is-not-99.sql
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
select count(*) from nulls where double_6 is not 99.0
|
||||||
|
98
|
||||||
Reference in New Issue
Block a user