I am trying to check if column contains string for example i have the following arrays;
['1','2']
['1']
['1','2','3']
I need to make an sql query to find if any of the arrays contains for example 1 so far i tried to use 'like' and 'in' but it doesn't seem to work