I need to find the size of a table in an IBM netezza sql database from Aginity toolkit on win 7.
I used this
SELECT * FROM _V_TABLE where tablename = 'my_table_name'
But there is no information about the size of the table.
I right-clicked the table name in Aginity, but nothing worked.
Any help would be greatly appreciated.
thanks
source share