Error 1348: Column is not updatable
Error Code
SQLSTATE
Error
Description
1348
HY000
ER_NONUPDATEABLE_COLUMN
Column '%s' is not updatable
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.
This page is licensed: CC BY-SA / Gnu FDL
PreviousError 1347: '%s.%s' is not %sNextError 1349: View's SELECT contains a subquery in the FROM clause
Last updated
Was this helpful?