find the table size on IBM netezza sql database from Aginity workbench on win 7 -
find the table size on IBM netezza sql database from Aginity workbench on win 7 -
i need find table size on ibm netezza sql database aginity workbench on win 7.
i used
select * _v_table tablename = 'my_table_name'
but, no info table size.
i right-clicked table name in aginity, but, nil came out.
any help appreciated.
thanks
try query.
select used_bytes/pow(1024,3) used_gb, * _v_table_storage_stat tablename = 'my_table_name'
sql database windows-7 ibm netezza
Comments
Post a Comment