2007 Oct 23 12:32 PM
Dear All,
I need to delete the record from my oracle database.
The DataBase contain 500 Records, and lot of rows contains no record.Now I need to delete all row contains no record.Plz send the syntax.
Regards,
Thanuskodi T.
Dear All,
I need to delete the record from my oracle database.
The DataBase contain 500 Records, and lot of rows contains no record.Now I need to delete all row contains no record.Plz send the syntax.
Regards,
Thanuskodi T.
2007 Oct 23 12:36 PM
I guess that mentioning Oracle in your question means that this is not ABAP related but Bais related.
You can change the DB records in tables with transaction se14 (do take care when using this transaction because you can completely erase a table from all mandants)
regards, Rob.
2007 Oct 23 12:47 PM