If you use CONTAINS, then full-text search will be used.

Russ 

-----Original Message-----
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: 05 December 2006 15:31
To: CF-Talk
Subject: RE: Full-Text Query Help

Does nobody have an idea on this?  I'm basically trying to do something like
this:

select * from table1, table2 where table2.id=1 and table2.somefield like '%'
+ table1.someotherfield + '%' 

This works fine, although it's a bit slow for my taste... is there a way to
optimize it, using full text search of verity?  

Somefield is a text field, and someotherfield is a varchar.  

Russ

> -----Original Message-----
> From: Russ [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 04, 2006 8:20 PM
> To: CF-Talk
> Subject: Full-Text Query Help
> 
> 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:262889
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