sqlite-parquet-vtable/tests/templates/148-float-is-not-null.sql

3 lines
57 B
SQL

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