Tag: json
Posted in more
Mysql JSON – Retrieve the object (or just a key/pair) where key/value equals foo
Author: Steffy Alen Published Date: December 18, 2021
I’m using mysql 5.7 and I have a collumn (cars) whose value looks like: [ { “id”: 1, “model”: “bar” }, { “id”: 2, “model”:…