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