Subject | Re: [ib-support] Case insensitive order by? |
---|---|
Author | Claudio Valderrama C. |
Post date | 2002-01-23T07:49:42Z |
""Jason Frey"" <jason_frey@...> wrote in message
news:000701c1a366$fe4067f0$3500a8c0@jason...
desired collation in the ORDER BY clause, provided that the collation is
available for the charset used in the column. Whether you can load the right
collation DLL is another issue.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:000701c1a366$fe4067f0$3500a8c0@jason...
> I'm looking for a way to do case insensitive order by's..would
> Something as simple as select * from clients order by upper(last_name)
> be ideal, however, IB/FB don't like this.Case insensitive collations by Dave Schnepper will work if you force the
> I've gotten the following to work: select upper(last_name) as blah,
> clients.* from clients order by 1
desired collation in the ORDER BY clause, provided that the collation is
available for the charset used in the column. Whether you can load the right
collation DLL is another issue.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing