Ok so then how would I rewrite the following if I only wanted distinct on the 
'DaCandidate' field? BUT still wanted to get the other fields ( ie' 
candidate_email, ip_address, applydate ).

                SELECT DISTINCT 
                
                        
                        DaCandidate,
            candidate_email,
                        ip_address,
                        applydate
                        
                FROM
                        rs_responses_orig
                        
                ORDER BY        applydate

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231461
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