sqlite-parquet-vtable/tests/queries/118-bool-where-lte-1.sql

3 lines
48 B
SQL

select count(*) from nulls where bool_0 <= 1
49