Fix formatting error

This commit is contained in:
Alexander Mezhov 2019-09-09 11:18:01 +05:00 committed by GitHub
parent 50928323eb
commit e25b906c7f
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],