Comments - COLUMN_JSON

10 years, 10 months ago Mikhail Gavrilov

Is it possible to store JSON as Dynamic column?

 
10 years, 10 months ago Ian Gilfillan

This function is for returning a JSON representation of the data inside a dynamic column, not the reverse, so if you're looking for an automated function to do the reverse, no, not currently.

The presentation at http://www.slideshare.net/skysql/using-json-with-mariadb-and-mysql-skysql-solutions-day-2013 discusses JSON and MariaDB, and future plans.

 
10 years, 10 months ago Mikhail Gavrilov

yes, I am looking for an automated function which could convert input JSON structure as dynamic columns. Is there in plan to implement such a feature?

 
10 years, 10 months ago Sergei Golubchik

No specific plans at the moment. But you can write a UDF that does that.

 
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.