Truncate in mysql Truncate uses to empty the whole table. All the records in the table will be deleted when you call this statement. EXAMPLE >>TRUNCATE TABLE user; The table user will be empty. We assume that we have inserted many records into the table.
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.