Update docs/en/sql-reference/statements/create/table.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
kirillikoff 2021-05-28 11:30:24 +03:00 committed by GitHub
parent 693df20ccc
commit d537da1871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: