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, t
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
以后 于2021年8月9日周一 下午5:36写道:
> Hi 官网上没有关于表中字段名称的修改,
> 也不能用mysql的方式修改表字段名称,请问还有什么方式可以修改表中字段的名称?
> A
Hi 官网上没有关于表中字段名称的修改,
也不能用mysql的方式修改表字段名称,请问还有什么方式可以修改表中字段的名称?
ALTER TABLE t1 CHANGE event_time insert_time datetime;
这种方式好像是不对的?
| |
以后
|
|
|