Ian,

Thanks!!!  That put me on the right track.  I had never used a Union before
and didn't even think about it.  The resultant query looks like:

        SELECT DISTINCT v1 AS V_values
        FROM table
        UNION
        SELECT DISTINCT v2 AS V_values
        FROM table
        UNION
        SELECT DISTINCT v3 AS V_values
        FROM table
          ORDER BY V_values

By default the Union operation eliminates duplicate rows as part of it's
processing (from My SQL book) so it natively accomplishes what I was looking
for in the first place.

Best Regards,

Dennis Powers
UXB Internet- A Website Design and Hosting Company
690 Wolcott Road - P.O. Box 6028
Wolcott, CT 06716    tel: (203)879-2844
http://www.uxbinternet.com
http://dennis.uxb.net




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

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