查询数据源中所有表

SELECT table_name FROM information_schema.tables WHERE table_schema = ${dsName} AND table_type = 'base table'
原文地址:https://www.cnblogs.com/vae860514/p/11099227.html