Hi,
I have inserted some records in one of my table which are upto 5000.
But now i realize that these records should not be inserted in this table. I can't delete the records one by one. Or can't distinguish the inserted records for the previous records in the table.
How can i rollback this insert statement, so that my table return to its original form.
(I red that these is a way using log. But i don't know erectly how to do it.)
Thanks.