Delete all record from table user TRUNCATE TABLE statement



You want to delete all rows from a table. In this case, you typically use the DELETE statement without a WHERE clause

TRUNCATE TABLE tbl_user

0 Comment's

Comment Form

Submit Comment