This is probably a noobie question with an obvious answer but it is elluding me.
I execute this command in PL/SQL:
And I see it process in .xx seconds.
But when I query the table the rows are still there. I though the "Commit" would force the deletion. What am I missing?
Thanks,
Joel
I execute this command in PL/SQL:
Code:
DELETE from MyTable
Commit;
And I see it process in .xx seconds.
But when I query the table the rows are still there. I though the "Commit" would force the deletion. What am I missing?
Thanks,
Joel