Update apply_catboost_model.md

This commit is contained in:
alexey-milovidov 2020-01-09 19:42:37 +03:00 committed by GitHub
parent 38bcc5996b
commit 2c6b00ab28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ $ clickhouse client
ROLE_FAMILY UInt32,
ROLE_CODE UInt32
)
ENGINE = MergeTree(date, date, 8192)
ENGINE = MergeTree ORDER BY date
```
**3.** Выйдите из клиента ClickHouse: