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 Pyth
them, I would appreciate any
advice.
Thank you.
On 7/16/07, Andreas Kostyrka <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
DBAPI is an interface standard describing what you can expect in a
database access module, like psycopg.
Andreas
z machinez wrote:
&g
Hi All,
I am just starting out with Python and was hoping someone could point me in
the direction of reading materials for working with RDBMS? In particular, I
am working with two various relational databases. One of which stores
real-time data for trading. In Python I am planning on building var