DB2根据报错代码查看表与字段信息

select * from syscat.tables where tbspaceid='?' and tableid='?'
select * from syscat.columns where tabschema='?' and tabname='?' and colno='?'
posted @ 2020-08-13 22:10  周建林  阅读(580)  评论(0编辑  收藏  举报