SELECT * 
FROM ALL_TAB_COLUMNS
WHERE COLUMN_NAME = '컬럼명'

 

'='을 'LIKE'로 바꿔서 검색해도 됨.

ORACLE에서만 해봤음.

+ Recent posts