1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-02-26 06:39:45 +00:00
sqlite-parquet-vtable/tests/templates/035-int64-rowid-eq-and-field-ne2.sql
Colin Dellow e2af2a07a4 Make rowid start from 1, not 0
Unclear whether this is strictly required, but I'm going to start using
SQLite as an oracle, and it'll be simpler if our rowids match theirs.
2018-03-18 17:03:46 -04:00

3 lines
83 B
SQL

select int64_4 from nulls1 where rowid = 58 and int64_4 <> -8000000000
-7000000000