delete from 테이블명 where 조건
delete from test where id =4;
delete from test where id =4 and username = 'king88';
'데이터베이스 > Oracle' 카테고리의 다른 글
Oracle 코드에 들어가는 드라이버,URL (0) | 2015.08.25 |
---|---|
Oracle 계정 Unlock (0) | 2015.08.24 |
Oracle 테이블 데이터 수정 (0) | 2015.08.20 |
Oracle 테이블 데이터 조회 (0) | 2015.08.20 |
Oracle 테이블에 데이터 추가 (0) | 2015.08.20 |