Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to specify "UPPERCASE" for data?

Re: How to specify "UPPERCASE" for data?

From: Marc Mazerolle <informaze_at_sympatico.ca>
Date: Fri, 23 Apr 1999 20:05:59 GMT
Message-ID: <3720D386.3AD8E48C@sympatico.ca>


Use a trigger on the table on INSERT and UPDATE. In the trigger, you'll be able to UPPER any field you want.

Regards,

Marc Mazerolle
InforMaze Technologies

Keith Kwiatek wrote:

> Hello,
>
> Is there a way to automatically "upper-case" all data that is
> inserted/update into a particular column? -->I know you can do this with
> UPPER(), but is there a lower level way of doing this, like in the "create
> table", so that even if your sql doesn't have an Upper() function, the data
> will still be put into the table as an upper case?
>
> Thanks
> Please post or email me at kkwiatek_at_nist.gov
> Keith
Received on Fri Apr 23 1999 - 15:05:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US