I\'m working with a table in MySQL that contains the following columns:
id, january, february, march, april, etc
The data in the table looks li
You can do it using match...against.
In that case your table must be MyISAM table and you must create FULLTEXT index including required columns.