On 6/9/2013 4:55 AM, Dave Wellman wrote:
For this example I'm updating a single column (c2). If I needed to update multiple columns in the table would I need to use the SELECT construct for each column?
Yes, unfortunately. I would love to see some form of UPDATE FROM make it into SQLite, but none such exists at the moment.
-- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users