Guest_imported
New member
- Jan 1, 1970
- 0
Please help! I have a table called MusicInstrument that is a one too many relationship. Each Song ID could have 1 or more instruments linked to the Song ID. When I do a select I want to order it by the songs that only have one instrument associated with that song and then all the song that have more than one instrument. For example I want to select all the songs that have the instrument Piano. So I want the Songs that just have piano and not the songs that have piano, bass, and sax in that song. I know this might be confusing but if you understand where I am getting at and might have a soultion I would greatly appreciate it. Thanks for you help.
Sanjay
MY Table looks like this:
SONGID INSTRUMENT
1 Piano
2 Piano
2 Sax
2 Bass
Sanjay
MY Table looks like this:
SONGID INSTRUMENT
1 Piano
2 Piano
2 Sax
2 Bass