mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update table.md
This commit is contained in:
parent
b90125bed0
commit
465dee928c
@ -117,7 +117,7 @@ In addition, this column is not substituted when using an asterisk in a SELECT q
|
|||||||
`EPHEMERAL expr`
|
`EPHEMERAL expr`
|
||||||
|
|
||||||
Ephemeral column. Such a column isn't stored in the table and cannot be SELECTed, but can be referenced in the defaults of CREATE statement.
|
Ephemeral column. Such a column isn't stored in the table and cannot be SELECTed, but can be referenced in the defaults of CREATE statement.
|
||||||
Currently SELECT/INSERT invariant is not preserved for this type, i.e. set of fields obtained using `SELECT *` cannot be inserted back into the table using INSERT without specifying the list of columns.
|
INSERT without list of columns will skip such column, so SELECT/INSERT invariant is preserved - the dump obtained using `SELECT *` can be inserted back into the table using INSERT without specifying the list of columns.
|
||||||
|
|
||||||
### ALIAS {#alias}
|
### ALIAS {#alias}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user