Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Mac
- port
- Eclipse
- web.xml
- GIT
- netsh
- Quartz
- 네트워크
- import
- tomcat
- JavaScript
- find
- Windows
- maVen
- xargs
- plugin
- Source
- Windows 10
- profile
- 단축키
- bash
- VirtualBox
- vscode
- resource
- IntelliJ
- lsof
- grep
- 줄바꿈 문자
- context
- ssh
Archives
- Today
- Total
develog
Comment 본문
테이블 코멘트
COMMENT ON TABLE TB_TEST IS '테이블 코멘트 테스트';
컬럼 코멘트
COMMENT ON COLUMN TB_TEST.IDX IS '컬럼 코멘트 테스트';
'DB > Oracle' 카테고리의 다른 글
oracle outer join or (0) | 2012.12.06 |
---|---|
outer join test (0) | 2012.07.25 |
DROP, DELETE, TRUNCATE 차이점 (0) | 2012.04.10 |
테이블 이름 변경 (0) | 2012.04.10 |
[Oracle] ALTER TABLE (0) | 2012.04.10 |
Comments