I'm trying to do something like the following
Select table1Id from table1, table2 where talbe2.tableId=1 and contains(table2.somefield, table1.someotherfield) Basically I have 2 tables that have no relationship. I want to search a single field in table2 (somefield) by using every value from the someotherfield field of the table1 table. I can't seem to get the syntax quite right. Is this even possible without looping? Russ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 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:262832 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

