Scott Weikert wrote: > I'm wondering if I need to go this route: > > select ID from table where ID IN ( > select ID from table2 where (datamatch) > and ID IN ( > select ID from table3 where (other data match) > ) > ) > Well this method seems to be doing the trick, I just have to mod my query-syntax generating code to deal with the nesting. Fun!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/SQL/message.cfm/messageid:2780 Subscription: http://www.houseoffusion.com/groups/SQL/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6
