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
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/de3d95b0-843d-4bc2-b29a-27f82cd28d9d%40googlegroups.com.
