RE: Delete Match Against

2001-11-21 Thread Karl J. Stubsjoen
ubject: Re: Delete Match Against Hi! On Nov 20, Karl J. Stubsjoen wrote: > Hello, > > I am trying to perform the following delete command: > delete from my_table where match(keywords,title,description) > against('this_word') > > When I perform a similar select and cou

Re: Delete Match Against

2001-11-21 Thread Sergei Golubchik
Hi! On Nov 20, Karl J. Stubsjoen wrote: > Hello, > > I am trying to perform the following delete command: > delete from my_table where match(keywords,title,description) > against('this_word') > > When I perform a similar select and count with the above query, I come up > with 47 records found.