pranabroygithub

Results 1 comments of pranabroygithub

SELECT bands.name AS 'Band Name' FROM bands LEFT JOIN albums ON bands.id = albums.band_id GROUP BY bands.id having count(albums.id) =0; In the last line instead of albums.id there should be...