Dominique Devienne, on Tuesday, September 10, 2019 08:21 AM, wrote...
>
> On Tue, Sep 10, 2019 at 2:20 PM Jose Isaias Cabrera, on
> wrote:
>
> > Marek Wieckowski, on Tuesday, September 10, 2019 08:08 AM, wrote...
> > > > Make it a WITHOUT ROWID table:
> > > >
> > > >   CREATE TABLE example_table   (
> > > >        id INTEGER PRIMARY KEY,
> > > >        description TEXT NOT NULL
> > > >    ) WITHOUT ROWID;
> >
> > Will someone point me to a spot where I can understand this piece of SQL?
> > Or, a simple explanation would do.  Thanks.
> >
>
> https://www.sqlite.org/withoutrowid.html

Thanks, Dominique.  It was that easy. :-)

josé
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to