Data aggregation

John Nagle nagle at animats.com
Thu Mar 6 13:44:31 EST 2008


vedranp wrote:

> I would like to avoid the step of taking data out from database in
> order to process it.

    You can probably do this entirely within SQL.  Most SQL databases,
including MySQL, will let you put the result of a SELECT into a new
table.

				John Nagle



More information about the Python-list mailing list