advertisers is a table with two columns unique id and name
views is a table with two columns id and advtid
msgs is a table with two columns id and advtid
How do I fetch only those advertisers who have atleast one msg or one view and order by total msgs + total views?
Any solution?