select count(*) from tab1 left join  select count(*) from tab2为什么会报错加了别名和on 条件也不行select count(*) from tab1 a left join  select count(*) from tab2 b