insert into result (a,b,c) 
select (select count(*) from data1),
(select count(*) from data2),
(select count(*) from data3)