Doc fix: removing note temporarily (#4383)

This commit is contained in:
ogorbacheva 2019-02-13 20:01:38 +03:00 committed by Ivan Blinkov
parent cfab694978
commit 35703c2484

View File

@ -39,9 +39,6 @@ CLEAR COLUMN name IN PARTITION partition_name
Clears all data in a column in a specified partition.
!!! info
Use the `CLEAR COLUMN .. IN PARTITION` query just with inactive partitions. Otherwise, it can cause the replication queue to freeze processing.
``` sql
MODIFY COLUMN name [type] [default_expr]
```