I have a JSON type column. The JSON inside looks like this:
{
"user_info":
[
{"name":"Team member 1","email":"[email protected]","employee_id":"1"},
{"name":"Team member 2","email":"[email protected]","employee_id":"2"}
]
}
How do I check whether the email "[email protected]" exists within this JSON?