drop table 和 delete from 的区别(删除数据表)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_37682202/article/details/83446410
 //drop table 表名  //删除表
 //delete from 表名 //删除表数据
 //show tables like 表名  //查询是否有表的存在

猜你喜欢

转载自blog.csdn.net/qq_37682202/article/details/83446410