# 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](https://github.com/mariadb-corporation/docs-server/blob/test/general-resources/server-usage/views/README.md) where the view column is an expression.

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/server/reference/error-codes/mariadb-error-codes-1300-to-1399/e1348.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
