Category
Q. What is the use of Fulltext Search?
 
 


Answer :
Full text search is used to search a complete phrase in a given string.

For full text search 1st alter the table
ALTER TABLE tbl_name ADD FULLTEXT(fld_name1, fld_name2);
SELECT fld_name1, fld_name2 FROM tbl_name
WHERE MATCH (fld_name1,fld_name2) AGAINST ('text');
Posted By : app101
Post Answer :  
Answer * :
Are You? Already Member New User
   
User Name / Email * :
Password * :
Security Code * :

(Enter security code above shown on image)