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