摘要: 一般在数据量比较大的查询中,用in()等查询条件,会严重影响查询效率。 这时可以用 create temporary table table_name select id,name from table 创建临时表 使用临时表时注意事项: 1.自己所用的数据库账号要有建立临时表的权限;2.在同一条s 阅读全文
posted @ 2021-03-18 10:54 魏三斗 阅读(1166) 评论(0) 推荐(0) 编辑