标签:exist ble alt 增加 class add nbsp div 临时
1 删除临时表
DROP TEMPORARY TABLE IF EXISTS base ;
2 增加表的字段
ALTER TABLE `大润发数据优化测试` ADD `消费数量` decimal(18,0) DEFAULT NULL ;
3 更改表字段类型
ALTER TABLE `大润发第三周数据0101~0108` MODIFY `注册日期` datetime DEFAULT NULL ;
4 创建临时表
CREATE TEMPORARY TABLE base SELECT * FROM `SAKURA-TEST` ;
标签:exist ble alt 增加 class add nbsp div 临时
原文地址:https://www.cnblogs.com/sakura3/p/10425800.html