Am I asking for something wrong here.....
what I want to do is display a list of available advisors.Code:SELECT advisors.name FROM advisors WHERE advisors.advisor_id = (SELECT available.advisor_id FROM available WHERE available.status = yes))
It should return simply an advisors name.
Thx, it's late in the day and I'm tired....lol


Reply With Quote
Bookmarks