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:
Cannot open any more tables.

SELECT Song.SongID, Song.Song, Song.LyricsURL, Artist.ArtistID, Artist.The, Artist.Artist, yyVersionName.Version, Version.Hit, Version.Time, Version.VideoURL, xxVersionCollection.*, Collection.Collection, Collection.InLibrary, yyFormat.Format FROM ((((((xxVersionCollection RIGHT JOIN Collection ON xxVersionCollection.CollectionID = Collection.CollectionID) LEFT JOIN Version ON xxVersionCollection.VersionID = Version.VersionID) LEFT JOIN (xxSongVersion LEFT JOIN Song ON xxSongVersion.SongID = Song.SongID) ON Version.VersionID = xxSongVersion.VersionID) LEFT JOIN xxSongArtist ON Song.SongID = xxSongArtist.SongID) LEFT JOIN Artist ON xxSongArtist.ArtistID = Artist.ArtistID) LEFT JOIN yyVersionName ON Version.VersionNameID = yyVersionName.VersionNameID) LEFT JOIN yyFormat ON Collection.FormatID = yyFormat.FormatID WHERE xxVersionCollection.CollectionID=500 ORDER BY CINT('0' & xxVersionCollection.Disk), CINT('0' & xxVersionCollection.Side), CINT('0' & xxVersionCollection.Track), Song.Song;