SELECT * FROM tbl_podcasts LEFT JOIN tbl_artists ON tbl_artists.artist_id = tbl_podcasts.artist_id LEFT JOIN tbl_exhibitions ON tbl_exhibitions.exhibition_id = tbl_podcasts.exhibition_id WHERE podcast_active = 'Yes' AND tbl_podcasts.artist_id = '483' ORDER BY podcast_id desc :Table 'oLs3n024.tbl_podcasts' doesn't exist