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

3 lines
53 B
MySQL
Raw Permalink Normal View History

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