SQL -Suche über ein Schlüsselwort

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