cancel
Showing results for 
Search instead for 
Did you mean: 

how to drop records from zcustomized tables directly. urgent

Former Member
0 Kudos

Hi all,

created zindia table unfortunately data is uploaded i wrong format & can't manage to delete through sap R/3 if i want to drop records directly through sqlplus> how can i do that

I mean wanted to access the database

Pls advice me with full steps

Rahul

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

thanx a lot but i used se16n selected the record & deleted .thanx a lot

Former Member
0 Kudos

Hi Rahul,

you can use truncate command in SQL prompt, if you dont want that table structure use drop command at sql prompt drop table <tablename>;

Regds,

Chandra

markus_doehr2
Active Contributor
0 Kudos

Either use SE14 and "activate and adjust table" with "Delete data" or use sqlplus and "truncate table <tablename>".

Markus