What is the difference between "DELETE" and "DELETE FROM"
761493Mar 21 2010 — edited Mar 21 2010I am using oracle 10g. I tried DELETE /DELETE FROM TABLE WHERE CONDITION and both works. So what is the difference between "DELETE" and "DELETE FROM"? Thanks!