Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
Description
Please add support for these useful JSON operators:
- https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html#operator_json-column-path
- https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html#operator_json-inline-path
What I'm asking is a complete support, because MySQL support is actually limited:
Supported by MySQL:
column_name->'$[0]' |
local_variable->'$[0]' |
Not supported by MySQL:
@variable->'$[0]' |
(expression)->'$[0]' |
@@session.innodb_buffer_pool_size->'$[0]' |
Attachments
Issue Links
- is duplicated by
-
MDEV-13594 Support for JSON operators column->path and column->>path
- Open