Re: [SQLObject] order by two or more columns
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Oleg B. <ph...@ma...> - 2004-05-13 07:50:39
|
On Wed, May 12, 2004 at 06:24:19PM -0400, Eduardo Elgueta wrote:
> How do I order by more than one column.
> Trying orderBy='field1, field2' produces
orderBy=['field1', 'field2']
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|