【发布时间】:2021-10-24 11:11:41
【问题描述】:
执行的sql: 通过 tbname 限制 1,120 从稳定组中选择 last(); 当我测试它时,一个包含 4000 个子表的超级表。 当我在终端中执行这个 sql 时,它没有返回任何数据。 当我将 sql 更改为通过 tbname 限制 **0,**120 从稳定组中选择 last() 时; 返回 4000 行数据。 使用下面的时候,也返回4000行数据 select last(*) from stable group by tbname limit 10;
【问题讨论】:
标签: tdengine