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/148-float-is-not-null.sql
Colin Dellow 45ecf24a75 Support float32
Fixes #32
2018-07-05 19:48:14 -04:00

3 lines
57 B
SQL

select count(*) from nulls where float_11 is not null
50