CodePudding user response:
No one answer???? Still no this style of query,,, told anCodePudding user response:
Select * from tableWhere field 1 like '% keywords %'
This is a fuzzy lookup fields
Select * from table
Where field 1 like '% keywords % 2 or field like' % keywords % '
This is two fields fuzzy search, and so on
CodePudding user response:
To know in which field, there is no good way