o Using temporary(使用临时表) 当MySQL 在某些操作中必须使用临时表的时候(使用临时表来存储结果集),在Extra 信息中就会出现Using temporary 。
基于20个网页-相关网页
适当的使用临时表和表变量。
最后,使用临时表来修改现有数据表的结果。
Finally, you used a temporary table to modify the structure of an existing database table.
如果不需要修改表的结构,则需要使用临时表,如清单6所示。
If you do need to modify the structure of a table, you need to use a temporary table, as shown in Listing 6.
应用推荐