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