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
- TextBox
- Eclipse
- asp.net
- varags
- Bootstrap
- html
- MANTIS
- 자바
- 웹뷰
- STS
- Apache Lucene
- 컬럼명
- jsp
- 이클립스
- 자바스크립트
- scrollView
- Maven
- Web Service
- WebView
- decompiler
- Android
- 안드로이드
- MSsql
- C#
- Redirect
- SpringSource Tool Suite
- 웹 서비스
- MS-SQL
- javascript
- Java
Archives
- Today
- Total
bboks.net™
오라클 컬럼명 변경 본문
컬럼명 변경에 있어 MS SQL에 sp_rename 프로시저가 있다면 오라클은 rename이라는 키워드를 이용해 가능하다.
사용법:
사용법:
alter table table_name rename column old_name to new_name