Merge pull request #6866 from AlexMAS/patch-1

Fix formatting error
This commit is contained in:
alexey-milovidov 2019-09-09 15:34:56 +03:00 committed by GitHub
commit abc7fbf6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ WARNING: This feature is experimental. Correct work is not guaranteed on non-Mer
Along with columns descriptions constraints could be defined:
``sql
```sql
CREATE TABLE [IF NOT EXISTS] [db.]table_name [ON CLUSTER cluster]
(
name1 [type1] [DEFAULT|MATERIALIZED|ALIAS expr1] [compression_codec] [TTL expr1],