[SQLObject] order by two or more columns
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Eduardo E. <eel...@na...> - 2004-05-12 22:24:26
|
Hi All, How do I order by more than one column. Trying orderBy='field1, field2' produces AssertionError: Strings in clauses are expected to be column identifiers. I got: 'field1, field2' Thanx Ed. |