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

Reply via email to