daixyoung
Results
1
issues of
daixyoung
taos-jdbcdriver版本3.0.0 tdengine版本3.0 ```shell # 创建超级表 create stable stable_float (ts timestamp, value float) tags (device_id bigint, field_name nchar(32)); # 创建子表 create table t_20220831_temperature using stable_float tags (20220831,"temperature"); create table t_20220831_humidity using...
bug