SELECT OWNER,TABLE_NAME,COLUMN_NAME FROM ALL_TAB_COLUMNS
WHERE COLUMN_NAME LIKE '%X%'
where "X" is the column name you are looking for
WHERE COLUMN_NAME LIKE '%X%'
where "X" is the column name you are looking for
Exploring the intersection of technology and management, I share insights on databases, middleware, applications, and IT strategy to help professionals navigate complex systems with clarity and efficiency.
Comments
Post a Comment