Thank you, but if Doris does not support the modification of field names in the table, I hope it can be clarified in the official document, because Doris is a protocol that claims to support mysql, but does not support many DDL syntax of mysql, which will lead to confusion for users. Moreover, the current problem Doris encountered is inefficient in solving. I hope the community will develop soon. Come on.
| | 以后 | | myyi...@163.com | 签名由网易邮箱大师定制 在2021年08月10日 10:42,ling miao<lingm...@apache.org> 写道: 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; 这种方式好像是不对的? | | 以后 | | |