Difficult Delete Rows Hi,
I'm not sure if I did the right things to delete the records by using
SQL Developer program.
I use SQL:
- - - Delete From (Select * From DATATable Where
DATATable.MonthEnd like '11-Feb-02');
MonthEnd is a date format.
Your help would be much appreciated.
Thanks |