Re: Fwd: Re: FULLTEXT exact match queries?

2001-10-01 Thread Lyubomir Simich
Hello Nate, Monday, 24 September, 2001, 19:56:47, you wrote: NF I built my database and then used the command: NF ALTER TABLE disc ADD FULLTEXT (title,recentdata,specialsound,uniqueid) NF But if I try to search with this command: NF SELECT title, recentdata, specialsound,uniqueid FROM disc

Fwd: Re: FULLTEXT exact match queries?

2001-09-24 Thread Nate Fowler
Hi! I built my database and then used the command: ALTER TABLE disc ADD FULLTEXT (title,recentdata,specialsound,uniqueid) But if I try to search with this command: SELECT title, recentdata, specialsound,uniqueid FROM disc WHERE MATCH (title) AGAINST ('Superman')