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