I know that I can use SELECT * FROM myTable WHERE name MATCH \'andrew OR bill\' to find all entries with either Andrew or Bill in them.
SELECT * FROM myTable WHERE name MATCH \'andrew OR bill\'
But is there a wa