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