>
> To determine if table XYZ is a WITHOUT ROWID table, run "PRAGMA
> index_info('XYZ');". If you get back one or more rows, then XYZ is a
> WITHOUT ROWID table. If you get back no rows, then XYZ is a rowid
> table.
>
Confused...What if I made an index on a ROWID table?
CREATE INDEX "Z" ON "DOC" ("n_id");
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] WITHOUT ROWID tables Wayne Collins
- Re: [sqlite] WITHOUT ROWID tables Richard Hipp
- Re: [sqlite] WITHOUT ROWID tables sky5walk
- Re: [sqlite] WITHOUT ROWID tables Simon Slavin
- Re: [sqlite] WITHOUT ROWID tables sky5walk
- Re: [sqlite] WITHOUT ROWID tables curmudgeon
- Re: [sqlite] WITHOUT ROWID tables Thomas Kurz
- Re: [sqlite] WITHOUT ROWID tables J. King
- Re: [sqlite] WITHOUT ROWID ta... Peter da Silva
- Re: [sqlite] WITHOUT ROWID tables Bernardo Ramos
- Re: [sqlite] WITHOUT ROWID tables Simon Slavin

