SELECT *, ar.id as artist_id, name as ar_name, t.tab_url as tab_url, gt.tab_url as gt_url FROM artists as ar LEFT JOIN tabArtistURLs as t ON ar.id = t.id LEFT JOIN GTartists as gt ON ar.id = gt.id WHERE filename= 'rick_nelson' Invalid query: Table 'lyricscarina.tabArtistURLs' doesn't exist