• Truncate table语句用来删除/截断表里的所有数据
  • 和delete删除所有表数据在逻辑上含义相同,但性能更快
  • 类似执行了drop table和create table两个语句

 

参考地址:https://www.cnblogs.com/dinghailong128/p/12715904.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-14
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-01-12
  • 2021-05-31
相关资源
相似解决方案