Comments - JSON_ARRAY_INSERT
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
i have following data in my column: { "data":[1,2,3,4] }
how i can remove specific item based on its value instead of its index?
for example what if i want to remove 3 from this array?