main logo
Subject: Re: whole word with sql function
Author: Yennie /AT/ aol DO.T com
Posted: 2002/06/29 12:25:56
 
View Entire Thread
New Search


Depending on whether you need to know the actual location of the word, you
could use "index by words". Then you can just use query like: "SELECT * FROM
a WHERE a.name = 'cat'" and you will get all records which contain the word
"cat".

HTH
Brian
 
©2002 Yennie AT aol .DO.T com
<-- Prior Message New Search Next Message -->