taosdata / TDengine

TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.

Home Page:https://tdengine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server 3.2.3.0 JDBC returns syntax error when a comment is added

richwxd opened this issue · comments

ALTER STABLE device_property MODIFY COLUMN event_time timestamp COMMENT '上报时间';

报错 DB error: syntax error near "comment '上报时间';" (0.001009s)

原始表例子
···
CREATE STABLE IF NOT EXISTS device_property ( event_time timestamp, motdcvoltage2 FLOAT, motdccurrent2 FLOAT) TAGS (device_id NCHAR(50));
···

暂时还不支持字段级别的comment