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
- resource
- bash
- GIT
- Source
- Quartz
- xargs
- 네트워크
- maVen
- context
- plugin
- VirtualBox
- JavaScript
- Mac
- IntelliJ
- Windows
- profile
- grep
- Eclipse
- Windows 10
- import
- netsh
- port
- ssh
- vscode
- 줄바꿈 문자
- lsof
- 단축키
- tomcat
- web.xml
- find
Archives
- Today
- Total
develog
[Oracle] 컬럼 순서 변경 본문
CREATE TABLE TB_AA_TMP AS
SELECT COL3, COL2, COL1
FROM TB_AA;
DROP TABLE TB_AA;
RENAME TB_AA_TMP TO TB_AA;
'DB > Oracle' 카테고리의 다른 글
[Oracle] JDBC driver version (0) | 2018.04.09 |
---|---|
[Oracle] 중복 데이터 제거 (0) | 2017.06.13 |
[Oracle] index 비활성 (0) | 2017.04.28 |
[Oracle] insert all (0) | 2017.04.13 |
[Oracle] total_sec 을 hh:mm:ss 로 변환 (0) | 2017.04.04 |
Comments