Hi Im trying to make a keywords search for a java program I'm working on. I have run into a wall trying to work out how I can pass a string that contains 1-n words separated by spaces and then see if the column in the mysql database has any. If it contains at least one I want it to return the the selected data.
I have tried using the WHERE LIKE way of doing it but it doesnt seem to work
eg
SELECT `Data`
FROM `TABLE`
WHERE `Keywords` LIKE passedString