0

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

Alnitak
  • 334,560
  • 70
  • 407
  • 495
Alex
  • 1

1 Answers1

0

Please read the following article:

Using MySQL Full-text Searching

or use stackoverflow:

How to implement a Keyword Search in MySQL?

mysql keyword search

Community
  • 1
  • 1
Sascha Galley
  • 15,711
  • 5
  • 37
  • 51