查询数据源中所有表详解数据库

SELECT table_name FROM information_schema.tables WHERE table_schema = ${dsName} AND table_type = 'base table'

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/5751.html

(0)
上一篇 2021年7月17日
下一篇 2021年7月17日

相关推荐

发表回复

登录后才能评论