I have a column which stores the data from the below format. ["12973","111","5555"].
I want to select the items which is not in the above set. for ex,
If I search 12973 if it is exactly match it will not return. When I use Like if I search "129" it also return the same result.
Any ideas to solve this problem..