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
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.
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
recor