Hi,
I have a table1 - JOBS with column JobID and JobTitle.
Table2 - Character with columnname Spl_char which contains the special characters other than letters (a-z) adn digits (0-9).
I want to take out the records from table1 JOBS if any of the JobTitle string contains any of the specials character listed in Table2. and the clean them.
Any help is appreciated.
Thanks,
Punia