Awesome!  Thank you.

> -----Original Message-----
> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] On Behalf Of Enrico Thierbach
> Sent: Wednesday, April 06, 2011 11:16 AM
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] Increment a row value...
> 
> 
> On 06.04.2011, at 17:13, John D. Marinuzzi wrote:
> 
> > Hello,
> >
> >
> >
> > Perhaps this is more of a SQL question, but I am curious if SQLite has
> > some kind of implementation for incrementing an integer within a row
> > without actually reading the value and then updating the record.  Is
that
> possible?
> >
> >
> 
> UPDATE table SET number=number+1 WHERE id=4711
> 
> /eno
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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

Reply via email to