Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 13 Feb 2008 @ 22:45:47 GMT


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


Subj:   Re: Identifying Partitioned Tables
 
From:   Christie, Jon

Here ya go....

     sel trim(d.databasename)||'.'||trim(t.tvmname)
     from DBC.Indexes i
          ,DBC.TVM     t
          ,DBC.Dbase   d
     where t.databaseid = d.databaseid
       and  t.tvmid      = i.tableid
       and  i.indextype  = 'Q'
     order by 1;


     
  <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