SELECT n.newspaper , n.facebook , n.twitter , r.radio , r.rfacebook , r.rtwitter -- any other columns you want go here FROM brasil_newspapers n JOIN brasil_radio r ON r.city = n.city WHERE state='Alagoas' ORDER BY city LIMIT $offset, $rowsPerPage;
Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.