CREATE FULLTEXT INDEX IF NOT EXISTS idx_col1_col2 ON tableName(col1, col2); SELECT * FROM tableName WHERE MATCH(col1, col2) AGAINST("search words");