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
- GIT
- web.xml
- context
- bash
- tomcat
- maVen
- 줄바꿈 문자
- JavaScript
- Source
- port
- Eclipse
- 단축키
- VirtualBox
- Quartz
- IntelliJ
- Windows
- find
- profile
- lsof
- resource
- Windows 10
- netsh
- xargs
- ssh
- 네트워크
- Mac
- plugin
- import
- grep
- vscode
Archives
- Today
- Total
develog
[Oracle] INSERT ALL 본문
INSERT ALL
INTO AATEST (SEQ, TITLE, REG_TS) VALUES (11, 11, SYSTIMESTAMP)
INTO AATEST (SEQ, TITLE, REG_TS) VALUES (22, 22, SYSTIMESTAMP)
INTO AATEST (SEQ, TITLE, REG_TS) VALUES (33, 33, SYSTIMESTAMP)
SELECT * FROM DUAL;
'DB > Oracle' 카테고리의 다른 글
[Oracle] 테이블 생성시간 확인 (0) | 2015.01.06 |
---|---|
[Oracle] USERENV (0) | 2014.12.17 |
[Oracle] exists (0) | 2014.11.11 |
[Oracle] 컬럼 값이 숫자인지 확인, translate (0) | 2014.10.01 |
[Oracle] Privileges (0) | 2014.09.02 |
Comments