Return to Snippet

Revision: 46472
at May 20, 2011 04:33 by burnleywallet


Initial Code
SELECT dj, track, band, count(track) AS played
FROM radio GROUP BY dj ORDER BY played DESC

Initial URL


Initial Description
Could count band to list by their favorite band instead etc

Initial Title
Radio DJ's most played track

Initial Tags


Initial Language
SQL