select 
b.id,b.title,b.teacher,b.content,(c.num+b.num) as num,b.num,count(1) as cou
from tableA as a 
left join tableB as b on b.id = a.id 
left join tableC as c on c.id =b.id 
where b.conid > 1 and b.v_num > 0 and b.is_status =1 and time > 1401385347 and time < 1402486179 
group by b.id order by cou desc limit 10