Sunday, February 27, 2011

Truncate Table

What if we only want to delete the data inside the table, and not the table itself?
Then, use the TRUNCATE TABLE statement:
For Example:

Before Truncate
Truncate Table log1





No comments: