The following limitations or restrictions apply to all data
modification operations (INSERT,
UPDATE, and
DELETE statements) on JSON
duality views:
Multiple
INSERT,UPDATE, andDELETEoperations on a JSON document is not supported.Auto-increment column projection is supported, but populating generated values is not supported.
The
EXPLAINstatement is not supported.The
REPLACEstatement is not supported.INSERT ... FROM SELECTis not supported.INSERT ... ON DUPLICATE KEY UPDATEis not allowed.The
LOW_PRIORITYandIGNOREclauses are not supported.Data modification operations on an SQL view defined over a JSON duality view are not supported.
Updates of multiple objects is not supported. Updates require a
WHEREclause that identifies a single row.