Answer the question
In order to leave comments, you need to log in
How to find a specific value in an array of arrays in Postgresql?
You need to find all sku whose value is 735215.
An example of json is in the config column:
"stockLevels":[
{"sku":"156320","stock":0,"deliveryTimescale":{"min":5,"max":5}},
{"sku":"156322","stock":0,"deliveryTimescale":{"min":1,"max":1}},
{"sku":"156323","stock":0,"deliveryTimescale":{"min":1,"max":1}},
{"sku":"156350","stock":0,"deliveryTimescale":{"min":5,"max":5}},
{"sku":"156351","stock":0,"deliveryTimescale":{"min":5,"max":5}},
]
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