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.
50/60 テーブルがあるシステムで作業しています。それぞれが同じ一意のキーを持っています (MEMBIDこの例ではそれを呼び出します)
MEMBID
が存在する行が少なくとも 1 つあるすべてのテーブルの名前を表示する、実行できるクエリはありますMEMBIDか?
または、テーブルをカーソルで移動してからUSER_TABLES、動的クエリを作成して「配列」を作成する必要がありますか?
USER_TABLES
どうもありがとう
マイク