본문 바로가기
Database/Oracle

테이블 및 칼럼 조회

by oncerun 2021. 8. 2.
반응형

 

오라클 컬럼 조회

 

select * from cols : 테이블, 칼럼, 도메인, 등 정보 

 

select * from cols where table_name ='user_table'; : 해당 테이블 칼럼 및 도메인 조회 

 

 

테이블의 컬럼 코멘트 조회

 

select * from user_col_comments where table_name= ''

반응형

'Database > Oracle' 카테고리의 다른 글

[Oracle] Tablespace  (2) 2021.08.18
테이블 생성시 추가 속성  (0) 2021.08.04
[Oracle] Cursor  (0) 2021.05.19
[ORACLE] PL/SQL  (0) 2021.05.16
[Oracle 12c] Sequence  (0) 2021.05.16

댓글