SQL mencari melalui kata kunci

SELECT id, description
FROM table
WHERE MATCH (description) AGAINST('keyword1 keyword2')
Unusual Unicorn