Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Mon, 11 Jun 2007 @ 13:08:57 GMT


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


Subj:   Re: 5728: Partitioning violation for table TARGET
 
From:   Singh, Vikram

Hi John

The insert statement has partitioned column value falling out of range.

You would have defined the range during this table DDL.

For example:

     create table a
     (
     col1 integer
     , col2 varchar(10)
     , col3 date format 'yyyy-mm-dd'
     )
     primary index (col1)
     partition by range_n (col3 between '2007-06-01' and '2007-06-30'
     interval '1' day)

     insert into a
     values (1,'abc','2007-05-01')
     ;

This insert into has parition column value falling out of the range being defined in DDL.


With Best Regards

Vikram Singh
www.teradata.com



     
  <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