Answer the question
In order to leave comments, you need to log in
How to make SQL selection in an array?
there is table1 with column elements.
this column stores values as an array:
{
"arr_val1": {
"0": {
"value": "z333z"
}
},
"arr_val2": {
"0": {
"value": "z593z"
}
}
}
how to get a selection of rows where ['arr_val2'][0]['value'] = z593z ???
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question