Skip to content

Support for JSON_TABLE function from mysql #1713

@Sxxjava

Description

@Sxxjava

It seems that the following json function is not supported:
Failed to process, Error SQL:
SELECT
epcItem.epc
FROM
s_delivery_bill_detail detail
CROSS JOIN JSON_TABLE (
detail.epc_list,
'$[*]' COLUMNS (
epc VARCHAR ( 24 ) path '$.epc'
)
) epcItem
WHERE
bill_id = ?
.....
Caused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "(" "(" at line 5, column 35. Was expecting one of:
....
Json is an important data type, the support for these will be useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions