You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/04/16 06:39:44 UTC

[GitHub] [incubator-doris] morningman commented on issue #558: Add column to multi rollup index in one ALTER TABLE stmt

morningman commented on issue #558: Add column to multi rollup index in one ALTER TABLE stmt
URL: https://github.com/apache/incubator-doris/issues/558#issuecomment-483531145
 
 
   Now user can add column(s) to multi rollup index in one ALTER stmt
   eg:
   `alter table tbl1 add column (k2 int, v5 int sum) to r1, add column(k2 int, v5 int sum) to r2;`
   ` alter table tbl3 add column k4 int default "1" after k1 to r1, add column k4 int default "1" after k5 to r2;`
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org