I have a age range value in the database saved as json array [25, 35] What I need is to filter out records based on defined age, e.g. 31.
[25, 35]
So the query sh