mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update docs/en/sql-reference/statements/create/table.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
693df20ccc
commit
d537da1871
@ -380,7 +380,7 @@ Query:
|
||||
|
||||
``` sql
|
||||
CREATE TABLE t1 (x String) ENGINE = Memory COMMENT 'The temporary table';
|
||||
SELECT name,comment FROM system.tables WHERE name = 't1';
|
||||
SELECT name, comment FROM system.tables WHERE name = 't1';
|
||||
```
|
||||
|
||||
Result:
|
||||
|
Loading…
Reference in New Issue
Block a user