Question translation:how to modify the field names in the table? Answer: Doris does not support modifying column names. You can only create a new table, and then re-import the data
Ling Miao 以后 <myyi...@163.com> 于2021年8月9日周一 下午5:36写道: > Hi 官网上没有关于表中字段名称的修改, > 也不能用mysql的方式修改表字段名称,请问还有什么方式可以修改表中字段的名称? > ALTER TABLE t1 CHANGE event_time insert_time datetime; > 这种方式好像是不对的? > | | > 以后 > | > | > > > | > >