[Tutor] Table Joins

z machinez zmachinez at gmail.com
Wed Aug 22 17:15:57 CEST 2007


Hi All:

I have the following tables selected from a database:

a1

a2

each table are of the same column length, same col names. How do I combine
or concatenate these tables ? So, I would like to have

a3 = a1, a2 # combining all the rows into one formal table

Just not sure how to do that in Python.


Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20070822/d7c8c794/attachment.htm 


More information about the Tutor mailing list