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 | 29 | 30 |
Tags
- netsh
- JavaScript
- web.xml
- Windows 10
- 줄바꿈 문자
- plugin
- lsof
- resource
- 네트워크
- Mac
- Source
- VirtualBox
- 단축키
- bash
- Quartz
- tomcat
- maVen
- xargs
- IntelliJ
- context
- vscode
- GIT
- profile
- Eclipse
- ssh
- Windows
- port
- import
- find
- grep
Archives
- Today
- Total
develog
view 본문
--view 생성, 수정
CREATE OR REPLACE VIEW VW_TEST
AS
SELECT DEPT_SEQ, DEPT_NM, USE_YN
FROM TB_DEPT
;
--view 삭제
DROP VIEW VW_TEST;
'DB > Oracle' 카테고리의 다른 글
table 리스트, column 리스트 (0) | 2013.06.04 |
---|---|
MERGE INTO (0) | 2013.05.30 |
REGEXP_LIKE (0) | 2013.03.18 |
Oracle 버전 확인 (0) | 2013.02.27 |
ORA-04091 (0) | 2013.02.26 |
Comments