Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help with DISTINCT
Hi All,
I have this log-assed query. I need to make it such that I am getting a distinct EMAIL value for that column. I'm not sure how to do that with this query......it has no group by or anything...
select
cv.First_name, cv.Last_name, cv.email,
where cp.customer_id = t.customer_id and cp.Date_Entered >= to_date('01.01.2000','mm/dd/rrrr') and cp.Date_Entered < to_date('02.02.2007','mm/dd/rrrr') and cp.customer_visitor_id = cv.customer_visitor_id and cp.PRODUST_ID = p.PRODUST_ID;
Thanks in advance!! Received on Tue Mar 06 2007 - 12:53:21 CST
![]() |
![]() |