如何列出TDengine数据库中特定super table下的所有child table?

how to list all child tables under the specific super table in TDengine database?

如何列出TDengine数据库中特定supertable下的所有childtable?我应该使用哪个 SQL 命令?我使用来自 super table 的 select * 但它只显示所有记录,我还尝试使用来自 super table 的 select distinct(id),带有每个id都是唯一的 child table 但是很麻烦,有什么方便的方法吗?

使用 select tbname from db.stb 因为每个 child table 都有一个唯一的 table 名称