Col : comment
Searching string : 294
Exclude : 100
SELECT * FROM
`tbl_business_review`
WHERE
MATCH(comment)
AGAINST('+294 -100' IN BOOLEAN MODE)
N.B. Full-text indexes can be used only with MyISAM tables. (In MySQL 5.6 and up, they can also be used with InnoDB tables.)