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: Automatic UPPER conversion on an Insert

Re: Automatic UPPER conversion on an Insert

From: Tomasz Gołebiowski <tgolebiowski_at_digest.com.pl>
Date: Fri, 22 Oct 1999 08:46:41 +0200
Message-ID: <38100851.22F93669@digest.com.pl>


You can have constraint to check if the users entered just caps letters but it won't convert it
automatically. The syntax is: constraint constraint_name check column_name=upper(cloumn_name) Received on Fri Oct 22 1999 - 01:46:41 CDT

Original text of this message

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