Error 1348: Column is not updatable
Error Code | SQLSTATE | Error | Description |
---|---|---|---|
1348 | HY000 | ER_NONUPDATEABLE_COLUMN | Column '%s' is not updatable |
Contents
Possible Causes and Solutions
The usual cause is that an UPDATE, LOAD DATA or LOAD XML, is being performed on the column of a view where the view column is an expression.
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.