taosdata/TDengine
Duplicate data exists in the primary key column (collect_date_time) of the subtables in my supertable
开放
#25,000 创建于 2024年3月4日
help wantedquestion
仓库指标
- 星标
- (24,849 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
SELECT collect_date_time,count(1) from energy_data where device_id='nyjl50' and project_id='1169307517083373568' group by collect_date_time having count(1)>1