1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-05 09:49:48 +00:00
sqlite-parquet-vtable/tests/templates/167-double-is-not-null.sql
2018-07-05 21:42:10 -04:00

3 lines
57 B
SQL

select count(*) from nulls where double_6 is not null
49