You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How we can application IN statement that in SQL with JSON query?
If I have a people table, and it has a column of JSON data type, and this column contains a key with the title age representing the age of the person, like
{
"age": 24
}
How can I get people within a range of ages? i.e. how to apply IN that in SQL to a JSON stored in the database?
The text was updated successfully, but these errors were encountered:
The Question
How we can application IN statement that in SQL with JSON query?
If I have a people table, and it has a column of JSON data type, and this column contains a key with the title age representing the age of the person, like
How can I get people within a range of ages? i.e. how to apply
IN
that in SQL to a JSON stored in the database?The text was updated successfully, but these errors were encountered: