-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
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
Labels
No labels