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