Skip to content

Instantly share code, notes, and snippets.

@Seorusus
Created September 15, 2022 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Seorusus/38d25311bb286e3e2a1391441bf0886e to your computer and use it in GitHub Desktop.
Save Seorusus/38d25311bb286e3e2a1391441bf0886e to your computer and use it in GitHub Desktop.
SELECT
name,
(SELECT COUNT(artist_id) FROM band_members WHERE band_members.band_id = bands.id)
FROM bands;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment