Skip to content
Advertisement

Tag: full-text-search

How to search multiple columns in MySQL?

I’m trying to make a search feature that will search multiple columns to find a keyword based match. This query: works only for searching one column, I noticed separating column names with commas results in an error. So is it possible to search multiple columns in mysql? Answer You can use the AND or OR operators, depending on what you

Advertisement