SQL query to find list names which contain specified key value pair where list contain values of type json

311 Views Asked by At

user 1 - [{"domain_id":1},{"domain_id":2}]

user 2 - [{"domain_id":2}]

how to get all those users whose domain_id = 2,here domain_id is a json key

0

There are 0 best solutions below