SELECT track_artist,
SUM (track_popularity) AS popularity
FROM @kaggle.joebeachcapital_30000_spotify_songs.spotify_songs
WHERE track_artist = 'Queens of the Stone Age' OR track_artist = 'Radiohead'
GROUP BY track_artist
SELECT track_artist,
SUM (track_popularity) AS popularity
FROM @kaggle.joebeachcapital_30000_spotify_songs.spotify_songs
WHERE track_artist = 'Queens of the Stone Age' OR track_artist = 'Radiohead'
GROUP BY track_artist
Anyone who has the link will be able to view this.