I have FM_TBL table which has month_id column which is number data type and dates are stored in this in format 'YYYYMM'.
I want to compare the data from previous month and current month and based on this find out the number of new rows inserted into FM_TABLE in the current month.
I am not sure if we have predefined function in oracle to find out number of rows.
