Comments - JSON_EXISTS

7 months, 3 weeks ago Chaitanya Mhatre

What if we have an array of keys that we want to check if exist. is there any cluas that can iterate through each item from key.

Ex.:

SQL: SELECT * FROM table WHERE JSON_EXIST(Column) IN ("$.key1", "$.key2");

 
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.