________________________________________ From: [email protected] on behalf of Petite Abeille Sent: Wednesday, July 17, 2013 1:25 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Guidance with Python and nested cursors
On Jul 17, 2013, at 9:07 PM, Joseph L. Casale <[email protected]> wrote: >> I am using Python to query a table for all its rows, for each row, I query >> related rows from a >> second table, then perform some processing and insert in to a third table. >> >> What is the technically correct approach for this? > >From the above outline, one SQL statement: Hi, Problem is I need to perform some Python processing of the data, then insert. Thanks! jlc _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

