摘要: 1 BEGIN 2 3 drop TEMPORARY TABLE if EXISTS `tmp_fcl_import`; 4 -- 创建导入处理临时表 5 CREATE TEMPORARY TABLE if not EXISTS `tmp_fcl_import` ( 6 `id` bigint(20) primary key AUTO_INCREMENT COMMEN... 阅读全文
posted @ 2016-06-27 10:03 奈文摩尔ゞ 阅读(1173) 评论(0) 推荐(0) 编辑