刚有个群里发了个WP的代码,里面有段 WHERE post_name IN ('hello-world')  

不明白为什么不用  post_name = 'hello-world' 呢?

难道 in 效率大于 = ?