Find similar record by given string in mysql -


i have word dynamic "sticky9 uk". might anything.

i want find similar record based on 2 columns e.g my_word = "sticky9 uk"

and in database

coloumn1 : company_name = "sticky9"

coloumn2 : contact_person = "sticky9.com"

select * table coloumn1 '%<your word>%' or coloumn2 '%<your word>%' 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -