currently using mysql 5.7 I can execute the following query accessing a json field in the database:
select myData->'$[0].dataflow' from flowtable limit 1;
If I try the same query on MariaDB it does not work, is there any solution to this problem? I thought MariaDB was fully compatible with mysql and what would it be the correspondent MariaDB syntax?
cheers