this is what I'm getting back (fields truncated)... as you can see I get 
multiple candidate_id's on the query I posted previously...the query is at the 
bottom of this message as well.

candidate_id

702
702
702
702
702
12769
702
12769
12769
12769
12769
12769
12769
40214
40214
40214
40271
40271
40271
40304
40304
40308
40308
40309
40309
1


        SELECT DISTINCT candidate.id                            AS      
candidate_id,
                                        candidate.first_name + ' ' + 
candidate.last_name        AS      candidate,
                                        candidate.email                 AS      
candidate_email,
                                        job_detail_view.date            AS      
date,
                                        job_detail_view.ip_address      AS      
ip_address

        FROM                            candidate,
                                        job_detail_view

        WHERE                   job_detail_view.job_id          =       14508   
        AND
                                        job_detail_view.candidate_id    =       
candidate.id

        ORDER BY                date

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:194760
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to