insert into 테이블명(삽입할 컬럼명.....) values(컬럼에 넣을값....)
insert into test(id,username,dept,birth,email) values(1,'king','a','1988-11-01','c')
insert into test(id,username,dept,birth,email) values(2,'king1','a1','1988-11-02','c1')
insert into test(id,username,dept,birth,email) values(3,'king2','a2','1988-11-03','c2')
'데이터베이스 > Oracle' 카테고리의 다른 글
Oracle 테이블 데이터 수정 (0) | 2015.08.20 |
---|---|
Oracle 테이블 데이터 조회 (0) | 2015.08.20 |
Oracle 테이블 삭제 (0) | 2015.08.20 |
Oracle 테이블 구성 정보 수정 (0) | 2015.08.20 |
Oracle 테이블 생성 (0) | 2015.08.20 |