例如:select a.* from (select id,code from b left join c on b.id=c.id)a where id=1
这里的where 在执行的时候, where 会优化是否进入到小括号里面执行?????