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

Last updated

Was this helpful?