Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 db2,我想查找具有名为“person_name”的列的表。我听说过一个 syscat 表或类似的东西。
我该如何使用它,是否可以这样做?
select * from syscat.columns where colname = 'person_name'
select tabname, colname, typename, length, scale, default, nulls, identity, genereted, remark, keyseq from syscat.columns