https://jingyan.baidu.com/article/066074d61bd60ac3c21cb08d.html
-
“show tables ;”可以显示您这个库中的表。
- 代码如下
SELECT * FROM crm_28.cst_customer;
show tables;
rename table cst_customer to cust_customer;

https://jingyan.baidu.com/article/066074d61bd60ac3c21cb08d.html
“show tables ;”可以显示您这个库中的表。
SELECT * FROM crm_28.cst_customer;
show tables;
rename table cst_customer to cust_customer;

转载于:https://www.cnblogs.com/Koma-vv/p/10770700.html

被折叠的 条评论
为什么被折叠?