[UPHPU] MySQL question

Webot Graphics graphics at westernbotanicals.com
Fri May 18 15:57:25 MDT 2007


How come this works

SELECT * FROM Movies WHERE Movie_Title = 'X-Men'

but this doesn't

SELECT *, MATCH (Movie_Title) AGAINST ('X-Men') AS score FROM Movies  
WHERE MATCH (Movie_Title) AGAINST ('X-Men')

I am assuming it has something to do with the full text search, but I  
don't know how to fix it.

Justin Giboney




More information about the UPHPU mailing list