SamDonaldson schrieb:
> I haven't been able to find an answer to this anywhere but how does
> one run a mysql range type query where you have a LIMIT a, b?

SQLObject or SQLAlchemy?

For SO use slice notation:

results = mode.Foo.select(where_clause)[a:b]

For SA see:

http://www.sqlalchemy.org/docs/sqlconstruction.html#sql_whereclause_options

Chris

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

Reply via email to