Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

deleting the record from oracle database table

Former Member
0 Likes
745

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.

2 REPLIES 2
Read only

Former Member
0 Likes
600

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.

Read only

Former Member
0 Likes
600