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

3 lines
57 B
MySQL
Raw Normal View History

2018-07-05 23:48:14 +00:00
select count(*) from nulls where float_11 is not null
50