Comments - JSON_KEYS
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.
Is it possible to split the result of
JSON_KEYS
into several rows ? We are trying to move our database from PostgreSQL to MariaDB, and over there we could usejson_object_keys
to do so.There are a few ways of doing it. Here are a few examples that I came up with: