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 Song.*, Artist.* FROM ((xxSongSong LEFT JOIN Song ON xxSongSong.SongID = Song.SongID) LEFT JOIN xxSongArtist ON Song.SongID = xxSongArtist.SongID) LEFT JOIN Artist ON xxSongArtist.ArtistID = Artist.ArtistID WHERE xxSongSong.RelatedSongID = 23191 AND xxSongSong.SameAs = True UNION SELECT Song.*, Artist.* FROM ((xxSongSong LEFT JOIN Song ON xxSongSong.RelatedSongID = Song.SongID) LEFT JOIN xxSongArtist ON Song.SongID = xxSongArtist.SongID) LEFT JOIN Artist ON xxSongArtist.ArtistID = Artist.ArtistID WHERE xxSongSong.SongID = 23191 AND xxSongSong.SameAs = True ORDER BY Song.Song, Artist.Artist;