how to delete all the data from the table in sqlplus oracle
Posted
by Nubkadiya
on Stack Overflow
See other posts from Stack Overflow
or by Nubkadiya
Published on 2010-06-18T01:43:02Z
Indexed on
2010/06/18
1:53 UTC
Read the original article
Hit count: 362
i want to delete all the data rows in the table. but without dropping the table. delete statement has a where clause so i have to give one by one for each row. is there any other way of deleting the whole data rows in the table.
this is Oracle and using sqlplus
© Stack Overflow or respective owner