Back to KCIX Online
  HOME    SONG   ARTIST   COLLECTION    CHART     YEAR    
   Misc   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   
KCIX Music Search     Loading Data... 
 
 Exact:
 
CDs: 2275
LPs: 253
12" Singles: 629
7" Singles: 901
MP3s: 8336
TOTAL SONGS: 32176
There was a problem opening the record set:
Object invalid or no longer set.

SELECT DISTINCT Artist.*, Song.*, Year.Year, Version.Hit, (SELECT Count(*) FROM xxSongVersion WHERE xxSongVersion.SongID = Song.SongID) AS Versions FROM (((((Artist LEFT JOIN xxSongArtist ON Artist.ArtistID = xxSongArtist.ArtistID) LEFT JOIN Song ON xxSongArtist.SongID = Song.SongID) LEFT JOIN xxSongVersion ON Song.SongID = xxSongVersion.SongID) LEFT JOIN Version ON xxSongVersion.VersionID = Version.VersionID) LEFT JOIN xxVersionYear ON Version.VersionID = xxVersionYear.VersionID) LEFT JOIN [Year] ON xxVersionYear.YearID = Year.YearID WHERE Artist.ArtistID = 3879 ORDER BY Artist.Artist, Song.Song;