You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT count(artist), artist FROM plays WHERE artist != "" AND artist NOT LIKE "%Various Artist%" GROUP BY artist ORDER BY count(artist) DESC LIMIT 20;