1

I have following data in CnosDB per this doc:

> select * from air where visibility > 70
name: air
time                 pressure station     temperature visibility
----                 -------- -------     ----------- ----------
2021-08-31T16:00:00Z 78       LianYunGang 63          71
2021-08-31T16:06:00Z 58       XiaoMaiDao  77          79

How can I rename the field name similar to MySQL style?

Joachim Sauer
  • 302,674
  • 57
  • 556
  • 614
Munin
  • 1,576
  • 2
  • 19

1 Answers1

2

CnosDB currently does not support alter modification of field names.

Now only supports adding columns, deleting columns, modifying column types and encodings.

ZuoTiJia
  • 161
  • 5
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 15 '22 at 11:22