标签: amazon-athena
SELECT * FROM information_schema.__internal_partitions__ WHERE table_schema = 's1' AND table_name = 't1' ORDER BY partition_numberenter code here
我们可以使用上述查询同时获取所有表的分区详细信息吗?就像其中table_schema IN(s1,s2)AND table_name IN(t1,t2)