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.
SQL Developerで、指定した検索クエリに一致する列を持つテーブルを見つけるにはどうすればよいですか?
Select table_name, column_name from user_tab_columns where column_name like '%'|| '&columnPattern' || '%'
User_tab_columnsあなた自身のテーブルのために。それ以外の場合dba_tab_columnsまたはall_tab_columns
User_tab_columns
dba_tab_columns
all_tab_columns