RE: [sqlalchemy] sql hashed tables

2012-01-09 Thread Jackson, Cameron
in the table is an event? I don't know about your slave question, perhaps Mike will. -Original Message- From: sqlalchemy@googlegroups.com [mailto:sqlalchemy@googlegroups.com] On Behalf Of Mason Sent: Tuesday, 10 January 2012 1:08 PM To: sqlalchemy Subject: [sqlalchemy] sql hashed tables Hi I

Re: [sqlalchemy] sql hashed tables

2012-01-09 Thread Michael Bayer
On Jan 9, 2012, at 9:07 PM, Mason wrote: Hi I have 100 tables that go from user_00 to user_99 (based on the last 2 digits of user id). In sql, I can create a view (say 'user') and query 'user' directly. With sqlalchemy, can I do something similar? I would like to query the 'user' class