Joined: 24 Jan 2007 Posts: 82 Location: Trivandrum
Hi,
We are having a DB2 table with 64 partitions, i want to know the number of records in each partition, could any body help me how to write a
query to identify the number of records in each partition?
If RTS tables are not enabled then you have to know the partitioning logic.
The partitioning logic of the table based on values of one/multiple column.
Once you know the partitioning column name and the maximum values for your partitions, you can write the query easily.