4 messages in com.mysql.lists.mysqlRe: Python API ...
FromSent OnAttachments
EP07 Jan 2004 21:00 
Paul DuBois07 Jan 2004 21:08 
EP07 Jan 2004 21:25 
EP07 Jan 2004 21:25 
Subject:Re: Python API ...
From:EP (EP@zomething.com)
Date:01/07/2004 09:25:33 PM
List:com.mysql.lists.mysql

. In absence of this kind of technique I was struggling with the idea of multiple "SELECT FROM's" within a single "INSERT" (is that even possible?)

I'm not sure what you mean here.

Will something like this work (with a correction of syntax which is unknown to me)?

INSERT INTO webpages(author_key, subject_key, title, description) SELECT MAX(author_key) from authors, SELECT MAX(subject_key), title, description, from subjects;