日期:2014-05-18 浏览次数:20693 次
select ( select COUNT(*) from tmp where tmp.f1=v1),
( select COUNT(*) from tmp where tmp.f2=v2),
( select COUNT(*) from tmp where tmp.f3=v3),
...
from (select * from table1 where f0 =...) as tmp