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データベースでは、列ex PHONEを含むテーブルのリストをどのように知ることができますか?
ありがとう、シュリハリ
システムカタログはご覧になりましたか?
SELECT CREATOR, TBNAME FROM SYSIBM.SYSCOLUMNS WHERE NAME = 'PHONE'