Comments - CAST

6 days, 19 hours ago Phil S

As a substitute for MySQL's CAST(value as JSON), try using:

JSON_EXTRACT(value, '$')

See https://mariadb.com/kb/en/json_set/#comment_6993 for an example.

 
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.