On Fri, Mar 19, 2004 at 03:48:09 +0000,
Alam Surya <alam_it(at)csahome(dot)com> wrote:
> dear expert...
>
> why does CLAUSE ORDER BY in POSTAGE SQL must have CASE SENSITIVE, what is
> the basic thought? isn't it ORDER BY function is only just a filter
> shorting?
You can use functions in an ORDER BY clause. If you want case insensitive
ordering, order by lower (or upper) of your key.