sqltabletruncates

来自「数据库测试工具Benchmark,主要对数据库的性能进行了详细的测试。」· 代码 · 共 18 行

TXT
18
字号

truncate table warehouse;

truncate table item;

truncate table stock;

truncate table district;

truncate table customer;

truncate table history;

truncate table oorder;

truncate table order_line;

truncate table new_order;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?