Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Fri, 19 Apr 2002 @ 12:55:34 GMT


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


Subj:   Re: DBC.INDEXSTATS
 
From:   John Hall

It's a VIEW that was added with release V2R4.1:

REPLACE VIEW IndexStats
  (IndexStatistics, DatabaseNameI, TableNameI,IndexNumber)

AS  SELECT    DBC.Indexes.IndexStatistics,
              DBC.DBASE.DatabaseNameI,
              DBC.TVM.TVMNameI,
              DBC.Indexes.IndexNumber

FROM          DBC.Indexes,
              DBC.TVM,
              DBC.DBASE

WHERE         DBC.TVM.DatabaseID = DBC.DBASE.DatabaseID
AND           DBC.Indexes.TableID = DBC.TVM.TVMid
AND           DBC.Indexes.IndexStatistics IS NOT NULL;


     
  <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