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
Post a Comment