Links

Friday, 8 April 2011

How to delete all Rows from a Table?

Delete from Table_name
Or
Delete * from Table_name
e.g
Delete from technology

No comments:

Post a Comment