Re: [SQL] Sort problem - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [SQL] Sort problem
Date
Msg-id 200202251946.g1PJkbn04775@candle.pha.pa.us
Whole thread Raw
In response to Sort problem  ("Samuel J. Sutjiono" <ssutjiono@wc-group.com>)
List pgsql-general
Samuel J. Sutjiono wrote:
> I was trying to do the following sort (two attributes with different types), but I kept on getting errors.
>
> ORDER BY Price (data type - decimal), ProductName (data type - varchar)

Would you share the errors with us?  :-)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Konrad Scherer
Date:
Subject: Re: Wierdness using SUM to add results of custom C function.
Next
From: "Samuel J. Sutjiono"
Date:
Subject: Re: [SQL] Sort problem