Re: Result of ORDER-BY

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: pgsql-general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Result of ORDER-BY
Date: 2011-11-18 06:05:44
Message-ID: 5200ED0D-4781-4DB6-B1B7-873834CB441C@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Nov 17, 2011, at 7:14 PM, Good Day Books wrote:

> Does anyone have an explanation why this is not so; are the special characters (parenthesis, hyphen) just ignored? If so, is there a way to force ORDER BY to include the special characters in the sort?

The query as shown does't actually have an ORDER BY clause in it; did you write GROUP BY where you meant ORDER BY?

--
-- Christophe Pettus
xof(at)thebuild(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2011-11-18 06:37:01 Re: Result of ORDER-BY
Previous Message John R Pierce 2011-11-18 03:35:35 Re: Using the internal data dictionary