본문 바로가기

프로그래밍/DB

데이터값을 table안에 입력하는 명령어(insert into)

insert into 테이블명 values ('데이터값','데이터값',to_date('0000-00-00','yyyy-mm-dd'));