Comments - JSON_CONTAINS

3 years, 4 months ago Olivier Bertrand
This comment has the status of 'removed' and can only be seen by you.

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);
 
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.