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
- JavaScript
- resource
- context
- 단축키
- ssh
- plugin
- Eclipse
- IntelliJ
- grep
- Windows 10
- import
- port
- maVen
- Mac
- web.xml
- Windows
- VirtualBox
- vscode
- bash
- profile
- Quartz
- 네트워크
- Source
- lsof
- netsh
- 줄바꿈 문자
- find
- xargs
- GIT
- tomcat
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