Comments - JSON_CONTAINS
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.
Not really useful. What would be useful is something like:
SELECT JSON_CONTAINS('{"A":1,"B":2,"C":3}',2);or even more:
SELECT JSON_CONTAINS('[1,2,3]',2);