Sorry about the first one, damn tab button... Here is all the info.

In the past I have had similiar issues, I may have used the GROUP BY to resolve 
it, or just do two queries?

SELECT DISTINCT candidate.id AS canID
 FROM   candidate,job_detail_view

WHERE job_detail_view.job_id =14508 AND 
job_detail_view.candidate_id=candidate.id
        ORDER BY date

Then run the second query (Looped from firt) off of "QUERYNAME.canID"? 

SELECT * FROM     candidate, job_detail_view
WHERE candidate.id = QUERYNAME.canID

Long route but should work?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194773
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to