Table Size in Teradata


Table Size in Teradata


SELECT SUM(CURRENTPERM)  / (1024**3)  AS Size_GB FROM DBC.TABLESIZE
WHERE TABLENAME = 'DBName';

Comments

Popular posts from this blog

Hadoop Commands

Database Size : Calculation in Teradata

The difference between SET and MULTISET tables is?