select round(sum(c.read_num) / sum(c.show_num),4) as fans_ctr from a join b using (author_id) join c using (content_id) where a.fans_id = c.fans_id