Jim,

At first glance that seems to work, however the recordcounts appear to be off.

What I did was a simple query to find the total number of distinct email 
addresses:

SELECT distinct mytable.email
FROM mytable

I get 19588 as a recordcount. 

When I run 
        SELECT mytable.lastname, 
               mytable.email 
        FROM mytable 
        GROUP BY mytable.email HAVING count(mytable.email) = 1
I get 19162 as a recordcount. ?? 

I don't understand where the difference is? 

-John 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312585
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to