DELETE FROM table - worked or not??
545151Sep 11 2008 — edited Sep 11 2008I executed a DELETE FROM statement against a table in my database, and the EM Console is reporting 8 rows (which is correct). But when I SELECT * from the table, I get 10 rows (this includes the 2 I wanted to delete)!
What have I done and how can I correct it? I only want 8 rows
Many thanks in advance