sqlite-parquet-vtable/tests/queries/109-bool-where-eq-0.sql

3 lines
47 B
MySQL
Raw Normal View History

2018-03-16 20:02:11 +00:00
select count(*) from nulls where bool_0 = 0
44