ORDER clause - Mailing list pgsql-sql

From Margarita Barvinok
Subject ORDER clause
Date
Msg-id Pine.SOL.4.10.10004111145270.28901-100000@centipede.gpcc.itd.umich.edu
Whole thread Raw
List pgsql-sql
Hello,

I don't understand why I can't do 'search' in mailing lists.
I always get the answer "Sorry, but search returned no results."
I searched for such simple keys like: sql, order, key, etc. No answer.
What is wrong?

By the way, I am looking for a answer on the following question.
I would like to use two fields in ORDER clause:

select last, first, interest, comments 
from phonebook
where status = 'staff' 
order by last, interest;

Field "interest" is just ignored.

Thank you,
-Rita

--------------------------------------------------------
Margarita Barvinok                University of Michigan
System Administrator II           Department of Biology
brita@umich.edu
---------------------------------------------------------





pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: function date_part
Next
From: "Grembowicz, Kenneth"
Date:
Subject: Subqueries using IN