On Wed, Nov 26, 2008 at 7:46 PM, Kevin Kempter <kevink@xxxxxxxxxxxxxxxxxxx> wrote:
Hi All;
I'm selecting 3 columns. I want to order the results ascending by col1 and
col2 and then descending by col3
Whats the syntax for this?
select * from foo order by a,b asc, c desc;
?
--
GJ