摘要: 快速创建 -- 快速创建表aaa create temporary table aaa(id int) ; create temporary table aaa(id int, index(id)) engine=innodb; -- 向临时表插入数据 insert into aaa select 阅读全文
posted @ 2022-01-22 00:31 得好好活 阅读(190) 评论(0) 推荐(0)