I ahve a table called info_acc (id,state,country,zip) now i need to compare a set of keywords with al the fileds of this table say value is Alaska I need to compare this with id,state,country,zip and in match with any filed then row(s) will be selected. How can I do this with efficient way? Thanks
Asked
Active
Viewed 246 times
1 Answers
0
Please read the following article:
Using MySQL Full-text Searching
or use stackoverflow:

Community
- 1
- 1

Sascha Galley
- 15,711
- 5
- 37
- 51