摘要: 在Mysql数据库的使用过程中,删除表数据可以通过以下2种方式: delete from table_name truncate table table_name (1)delete from语句可以使用where对要删除的记录进行选择。而使用truncate table将删除表中的所有记录。因此, 阅读全文
posted @ 2018-07-31 17:46 Hider1214 阅读(11573) 评论(0) 推荐(0)