I am trying to execute the following:
Where Column_1 in ( (like '[BRCD]%'), 'J68', 'ESB')
So what I was trying to achieve was all values will be shown with the following letters: B
,R
,C
or D
(Please note the characters following behind those letters will be numbers) and then I wanted it to search for specific values as well J68
and ESB
but SQL doesn't like this and I can't seem to get it to display the set of data that I would like.