![]()  |  
 
 
 | 
Archives of the TeradataForumMessage Posted: Wed, 04 Apr 2007 @ 14:23:37 GMT
 
 Hi Shankar, May you please try the Following.. 
     create table lowcase
     (
     num integer,
     col1 varchar(10) casespecific check (col1 <> upper(col1))
     )
     primary index(num)
     ;
     insert into lowcase
     ( 5,'a');
 
 
 
 
  | ||||||||||||||||||||||||||||||||||||||||||||||||
|   | ||||||||||||||||||||||||||||||||||||||||||||||||
 
  | ||||||||||||||||||||||||||||||||||||||||||||||||
|  
 | ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||