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:19 +03:00 committed by GitHub
parent a134507492
commit 693df20ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,7 +360,7 @@ SELECT * FROM base.t1;
You can add a comment to the table when you creating it.
!!!note "Note"
The comment is supported for all table engines besides [Kafka](../../../engines/table-engines/integrations/kafka.md) and [RabbitMQ](../../../engines/table-engines/integrations/rabbitmq.md).
The comment is supported for all table engines except [Kafka](../../../engines/table-engines/integrations/kafka.md) and [RabbitMQ](../../../engines/table-engines/integrations/rabbitmq.md).
**Syntax**