hi
I have h2 Db install for junit testing in my project but I am unable to extract the data from the json type of field.
I have a query like Select JSON_EXTRACT(drvd.derived_data, '$.postProcessorFiles.ecg') AS ecg_url from derived_data drvd which is written in Mysql db.
While testing the above query in h2 db I am getting an error of Function "JSON_EXTRACT" not found. I have searched for it but didn't any solution.
Can anyone help me on this how to excute the above query in h2 DB?
Thanks in advance