1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-07 09:59:45 +00:00
sqlite-parquet-vtable/tests/templates/166-not-not-null.sql
2018-07-05 21:28:58 -04:00

3 lines
58 B
SQL

select count(*) from nulls where not binary_9 not null
49