Re: [SQL] Sort problem

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Samuel J(dot) Sutjiono" <ssutjiono(at)wc-group(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] Sort problem
Date: 2002-02-25 19:46:37
Message-ID: 200202251946.g1PJkbn04775@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • Sort problem at 2002-02-25 17:17:01 from Samuel J. Sutjiono

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Samuel J. Sutjiono 2002-02-25 19:52:55 Re: [SQL] Sort problem
Previous Message Samuel J. Sutjiono 2002-02-25 19:12:26 Re: [GENERAL] Sort problem

Browse pgsql-sql by date

  From Date Subject
Next Message Samuel J. Sutjiono 2002-02-25 19:52:55 Re: [SQL] Sort problem
Previous Message Peter Eisentraut 2002-02-25 19:15:41 Re: About referential integrity.