MySQL Forums
Forum List  »  PHP

Re: Using SELECT WHERE and MATCH
Posted by: Felix Geerinckx
Date: April 28, 2005 07:27AM

Ian Biner wrote:

> SELECT * FROM forumitems -> WHERE FOfrn = '$frrn' AND MATCH (FOhead, FOtext)
AGAINST ('$search');
>
> Is this correct, (it doesn't seem to be working), and what is the function of the "->" in the
> query?

The '->' doesn't belong in the query, and that's perhaps the reason it's not working.

--
felix

Options: ReplyQuote


Subject
Written By
Posted
April 27, 2005 05:13AM
Re: Using SELECT WHERE and MATCH
April 28, 2005 07:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.