我有一个表格列表:
select tableList
from information_schema.tables
这些表中的每一个都有一个插入日期。我想获取每个表的 max(insertdate),并将插入日期放在它旁边,例如:
Column1 Column2
table1 MaxInsertDateTable1
table2 MaxInsertDateTable2
table3 MaxInsertDateTable3
table4 MaxInsertDateTable4
有没有办法做到这一点?我正在使用 MPP 数据库: