Re: How to use teh FULLTEXT search?

2002-07-09 Thread Egor Egorov
jusob, Tuesday, July 09, 2002, 10:20:36 AM, you wrote: j> I have created a table: j> CREATE TABLE data (no int auto_increment, topic text, author text, date date, j> description text, file text, note longtext, name varchar(15), password (15), j> folder text, key(no), FULLTEXT(topic,author,descr

How to use teh FULLTEXT search?

2002-07-09 Thread jusob
Hello I have created a table: CREATE TABLE data (no int auto_increment, topic text, author text, date date, description text, file text, note longtext, name varchar(15), password (15), folder text, key(no), FULLTEXT(topic,author,description,file,note)); Then, I would like to a FULLTEXT SEARCH i