I think that his 'themes_id' is a coldfusion variable.  Les, can you please
confirm this or not?  It makes a big difference in how things might work.

Dave

-----Original Message-----
From: Doug Brown [mailto:[EMAIL PROTECTED] 
Sent: Saturday, January 27, 2007 12:46 PM
To: CF-Talk
Subject: Re: Querying a delimited text field


Ok, well maybe an IN statement. I may be way off base though.

IE:

     <CFQUERY NAME="names" DATASOURCE="#DB_redwood#">
         SELECT distinct lname, fname, artist_id
         FROM photos, photographers
         WHERE photos.theme_id IN (SELECT themes.id FROM photos)
         and photographers.id = photos.artist_id
        order by lname
    </CFQUERY>





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267847
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