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.

RE: Delete Match Against

2001-11-21 Thread Karl J. Stubsjoen
: 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 count with the above query, I come up with 47 records

Delete Match Against

2001-11-20 Thread Karl J. Stubsjoen
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. However, when I issue the above delete command, no