View Single Post

   
  #1 (permalink)  
Old 02-26-2008, 07:53 AM
learning_codes@hotmail.com
 
Posts: n/a
Default 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
Reply With Quote