Counting NO of Rows in a Partition Table
617891May 16 2008 — edited May 16 2008TO count the NO of rows . I am using
Select count (*) from <TABLENAME>;
Is this command give the Total NO of rows ...
Or i need to check in the dba_tables
select row_num from <TABLENAME>;
and i have 3 partitions and i need to check individual partions . How can i check that ...? Could give suggesitons and please send proper command for this ..
Thanks