Subject | Re: [IB-Architect] Syntax for case insensitive sort |
---|---|
Author | Steve Tendon |
Post date | 2000-03-29T19:42:28Z |
> >FWIW: Is everybody aware that "CASE" is standard SQL keyword (currentlynot
> >supported by IB) used like a "switch" in C or "case" in Pascal.Not really, if we can live with a double meaning.
> >
>
> Why is this a problem?
>
> Uh, the point was to retrieve data preserving case but orderedOK. That changes the matter. Probably Dave's collation driver is the
> case insensitively. Your view returns everything in upper case.
> And it can't use indexes for retrieval. And it can't be updated.
cleanest solution then.
> Other than that, there's not much wrong with it.:-)
>
-ST