select * from ( col1=(select count(*) from tb1 where sql条件), col2= (select sum(col) from tb2 where sql条件), col3= (select sum(col) from tb3 where sql条件) ) d