> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/server/reference/error-codes/mariadb-error-codes-1300-to-1399/e1348.md).

# 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](/docs/server/reference/sql-statements/data-manipulation/changing-deleting-data/update.md), [LOAD DATA](/docs/server/reference/sql-statements/data-manipulation/inserting-loading-data/load-data-into-tables-or-index/load-data-infile.md) or [LOAD XML](/docs/server/reference/sql-statements/data-manipulation/inserting-loading-data/load-data-into-tables-or-index/load-xml.md), is being performed on the column of a [view](/docs/server/server-usage/views.md) where the view column is an expression.

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}
