Hi again,

I am looking for a good example on how to form a temporary table. I
have two unrelated tables with no foreign keys. But I want to
consolidate the data into a temp table and sort on their date field,
to see all records chronologically from both tables.

I could do it by hand in Python, but I'm trying to find an SqlAlchemy
way to do it.

Thank you in advance,
Gloria


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to