1

重複の可能性:
すべてのテーブルのすべてのフィールドで特定の値を検索する (Oracle)

コマンドを使用してUNIXのファイルのコンテンツでファイルとディレクトリの名前を検索できるのと同じように、ORACLEまたはmysqlの列のコンテンツに基づいてテーブルの名前を検索するクエリはありますか?

4

1 に答える 1

0

Directly from the database it might not be possible to find the tablename from the value in a particular column. However if you have the column name, you can find the tables which contain this column from user_tab_cols to narrow down your manual search.

于 2013-02-01T11:18:37.720 に答える