Hi,
I have two tables one is oldtable which has 20000 records and other is new table .
I run the program and I am searching for the records which has more than one in the oldtable. If there is only one record I am displaying in the new table.and I am deleting from the oldtable if its been moved to the new table. The questions is if I want to know how many rows has been moved to newtable what can I do to the total count of the deleted rows in the oldtable
Thanks,
Sun11