SQLObject's select does have an order option:

http://sqlobject.org/SQLObject.html#selecting-multiple-objects

Kevin

On 1/3/06, SlashFoo <[EMAIL PROTECTED]> wrote:
>
> Is it possible that with the current SQLObject query a DB table and
> sorting it on different criteria/colums... if so... how would you mimic
> the following SQL statement:
>
> SELECT emp_id, l_name, title, age
> from employee_data ORDER BY
> title DESC, age ASC;
>
> Thank you in advance,
>
> --
> SlashFoo
>
>


--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

Reply via email to