TDengine
TDengine copied to clipboard
What are valid time ranges for queries with INTERVAL?
Bug Description DB error: Start(end) time of query range required or time range too large
To Reproduce
sql: select * from TSQ-LD-11876-T2 where ts >= '2022-12-21 14:26:31' and ts <= '2024-12-21 14:26:31' INTERVAL(1s) FILL(NULL);
Question 这里的报错很明显,但是能否得到最小的interval是多少时能查出数据?