sqlite-parquet-vtable/tests/templates/058-rowid-is-not-null.sql

3 lines
58 B
MySQL
Raw Permalink Normal View History

select count(*) from no_nulls1 where rowid is not null
99