Skip to content

Commit

Permalink
sql: clarify unsupported behavior in generated column (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deardrops authored Mar 11, 2020
1 parent dccb3a4 commit 0859f0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reference/sql/generated-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@ CREATE TABLE person (
The current limitations of JSON and generated columns are as follows:

- You cannot add the generated column in the storage type of `STORED` through `ALTER TABLE`.
- You can neither convert a generated stored column to a normal column through the `ALTER TABLE` statement nor convert a normal column to a generated stored column.
- You cannot modify the **expression** of a generated stored column through the `ALTER TABLE` statement.
- Not all [JSON functions](/reference/sql/functions-and-operators/json-functions.md) are supported.

0 comments on commit 0859f0b

Please sign in to comment.