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
- IntelliJ
- ssh
- plugin
- import
- 줄바꿈 문자
- profile
- Quartz
- Source
- port
- context
- JavaScript
- grep
- find
- xargs
- netsh
- Mac
- tomcat
- VirtualBox
- Eclipse
- 네트워크
- Windows 10
- vscode
- Windows
- bash
- maVen
- GIT
- web.xml
- resource
- 단축키
- lsof
Archives
- Today
- Total
develog
[Oracle] sequence 특정 값 이상 올리기 본문
MY_SEQ 를 100,000 올리기
ALTER SEQUENCE MY_SEQ INCREMENT BY 100000; SELECT MY_SEQ.NEXTVAL FROM DUAL; ALTER SEQUENCE MY_SEQ INCREMENT BY 1; |
'DB > Oracle' 카테고리의 다른 글
[Oracle] outer join test (0) | 2019.05.28 |
---|---|
[Oracle] sqlplus 엑셀 export (0) | 2019.03.21 |
[Oracle] database link (0) | 2019.01.29 |
[Oracle] jar download (0) | 2018.11.06 |
[Oracle] JDBC driver version (0) | 2018.04.09 |