actName | applicable | status | id |
-----------------------------------------------------
test1 | {"applicable":[1,3,7]} | 1 | 1 |
test2 | {"applicable":[5,4,1]} | 1 | 2 |
Is it possible to check value in array applicable? E.g. if I try to find which row contains integer value 3 in row column applicable then it must returns one row that is first row.
result :
actName | applicable | status | id |
-----------------------------------------------------
test1 | {"applicable":[1,3,7]} | 1 | 1 |
SELECT * FROM table WHERE applicable LIKE '%,3,%'.applicableofjsonorjsonbtype?jsontype