SELECT * FROM artists left join albums on (albums.idartist=artists.id) WHERE artist_url='thin-lizzy'
Unknown column 'artist_url' in 'where clause'