I have 2 columns string and Character. My requirement is to compare those 2, if the second column(char) is available in first column(string) the answer should be some value(say 1).
I tried using translate but it doesn't work.
Any functions available for above requirement.