How to calculate the size of a table in teradata?
How to calculate the size of a table in teradata?
How to calculate the size of a table in teradata?
Re: How to calculate the size of a table in teradata?
hi You can use below query to get the size of the tables on the Teradata.
select
tablename,
databasename,
sum (currentperm)/1024 as SIZE_IN_KB
from dbc.allspace
where tablename <> 'All'
and databasename = 'YOUR_DATABASE_NAME'
Who is online
Users browsing this forum: No registered users and 2 guests