the "in" use in mysql
更新:HHH   时间:2023-1-7


use in in mysql,if the field is indexed,the index is still useful,but when the data quantity is small relative to the param in "in" parentheses,mysql optimizer will use ALL TABLE SCAN instead.

[@more@]
返回MySQL数据库教程...