Files
doris/docs/en/sql-reference/sql-statements/Data Definition
Mingyu Chen 7e93405df3 [Alter] Support alter table and column's comment (#6387)
1. alter table tbl1 modify comment "new comment";
2. alter table tbl1 modify column k1 comment "k1", modify column v1 comment "v1";
2021-08-11 16:37:42 +08:00
..
2020-10-14 09:27:12 +08:00