Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 04 Apr 2007 @ 14:23:37 GMT


     
  <Prev Next>   <<First <Prev Next> Last>>  


Subj:   Re: Restricting String column to accept only Lower Case Values
 
From:   dharmendra.patra

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');


     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023