Comments - JSON_EXISTS
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.
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");