>Use a join statement.. >But first redo your queries... >select foo, goo from my_table >where foo = '#form.foo#' > >You're are too difficult to read.. > >Anyways use a join >select * >from foo f >left outer join goo g on f.id = g.id >where f.low = '#form.low#' >and f.high = '#form.high#' > > > I got everything working now. :-) > > > > >On 2/21/07, John Eubanks <[EMAIL PROTECTED]> wrote: >>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2584 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
