I have a table with values like:
- "Head of HR"
- "Assistance of management"
If I have the string like "hr" I would like to find the row "Head of HR". A simple "LIKE %hr%" would not be precise enough, because other rows with a string containing "hr" would be found as well. I guess I need some kind of regex.
Maybe someone could give me a hint, how to write it.
Thanks Alex
