Skip to content
Advertisement

find exact number in text field in sql

I am trying to query exact number in array inside text field in sql so for example

can return

which is not good because i would like to get the arrays that contain 1

Advertisement

Answer

You could use JSON functions:

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement