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 records are deleted. Is there a limitation to issuing the delete command with the Match and Against syntax in a where clause? Thank you! Karl --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php