摘要: --表select * from SYSCAT.TABLES where TABNAME like '%表名%' with ur;--视图select * from SYSCAT.VIEWS where VIEWNAME like '%视图名%' with ur;--存储过程select * fro 阅读全文
posted @ 2022-03-10 14:35 wlv1314 阅读(1040) 评论(0) 推荐(0) 编辑