DB/Oracle
[Oracle] Table / Column Comment - 코멘트, 설명 달기
codingnature
2025. 1. 19. 19:19
반응형
SMALL
https://da-new.tistory.com/252
[Oracle] Table / Column Comment - 코멘트, 설명 달기
Comment -- Table Comment 추가 comment on table [Table Name] is '[Table Comment]'; -- Column Comment 추가 comment on column [Table Name].[Column Name] is '[Column Comment]'; 오라클의 테이블과 컬럼에 대한 코멘트를 다는 방법은 매우
da-new.tistory.com
반응형
LIST