`

truncate和delete

 
阅读更多

删除表中所有的记录

1:delete from table_name;

 

delete from test;
<!--EndFragment-->

 

2:# truncate table table_name;

<!--StartFragment-->

  truncate table test;
<!--EndFragment-->

<!--EndFragment-->
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics