Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 04 Apr 2007 @ 13:00:07 GMT


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


Subj:   Re: Restricting String column to accept only Lower Case Values
 
From:   shankar.chitragar

Hi Dieter,

Thanks for the your answer, but I tried the same way but incurred with erro :3610

     create table lowcase
(
     num integer,
     col1 varchar(10) check (col1 (casespecific)=lower(col1))
     )
     primary index(num)
     unique index ix1_col(col1);

     insert into lowcase
     values(1,'A');

     Error: 3610 Internal Error please do not resubmit the last request.

I believe its not a good to receive above error right!.

Please let me know is there any other alternatives.


Thanks,

Shankar.



     
  <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