nextdreamblue commented on issue #20614:
URL: https://github.com/apache/doris/issues/20614#issuecomment-1584087532

   > alter table xxx MODIFY COLUMN `column1` varchar(500) NULL COMMENT "xxxx";
   
   use can alter key column length like 
   
   alter table xxx MODIFY COLUMN column1 varchar(500)  key NULL COMMENT "xxxx";
   
   not 
   
   alter table xxx MODIFY COLUMN column1 varchar(500) NULL COMMENT "xxxx";


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to