Untitled
Anonymous
plain_text
11/21/2023 12:55 AM
268 B
20
Indexable
SELECT artists.name AS "Artista" FROM artists JOIN artists_followers ON artists.id = artists_followers.artist_id GROUP BY artists.name ORDER BY COUNT(artists_followers.artist_id) DESC LIMIT 1;
Editor is loading...
Leave a Comment