Thread: case sensitive group by

case sensitive group by

From
"Krause, Lewis"
Date:

Is there a way to do a case sensitive group by.

Thanks.

Lewie

Re: case sensitive group by

From
Bruno Wolff III
Date:
On Fri, Apr 01, 2005 at 14:00:40 -0700,
  "Krause, Lewis" <Lewis.Krause@echostar.com> wrote:
> Is there a way to do a case sensitive group by.

It should be that way by default. If you want case insensitive, then
you can group by lower(whatever).