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

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -