1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00
sqlite-parquet-vtable/tests/queries/114-bool-where-gte-0.sql
2018-03-16 16:02:11 -04:00

3 lines
48 B
SQL

select count(*) from nulls where bool_0 >= 0
49