Subject | Re: Field to lower case |
---|---|
Author | a_broekhuis |
Post date | 2004-07-13T13:47:30Z |
> > I know I can use UPPER to make a field return its data in upper case,Because all my entered data is lower case.
> > but is there also something for LOWER?
>
> no.
>
> If there's already an UPPER what do you need a LOWER for?
> > The data that is entered by theChanged it for now.
> > user is for the query is lowercase.
>
> Use a function (like AnsiUpperCase in Delphi) to convert it to capital
> letters before.
Strange thing is that the pdf docs on the site (the ones for
interbase) mention LOWER.
Thanks anyway.
Alexander