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 [email protected] -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
