select sum(read_num)/sum(show_num) as fans_ctr
from c
left join b
on c.content_id = b.content_id
left join a
on c.fans_id = a.fans_id
where a.author_id = b.author_id