DEL 명령어
*사용예
DEL : 현재 행을 삭제합니다
DEL n : n번째 행을 삭제
DEL m n : m~n번째까지 삭제
SQL>l 1 select name, studno 2 from student 3* where studno> 20000
SQL>del
SQL>l 1 select name, studno 2* from student
SQL>del 1
SQL>l 1* from student
|
'오라클 > Oracle,SQL' 카테고리의 다른 글
오라클공부 103. INPUT 명령어 (0) | 2015.09.03 |
---|---|
오라클공부 102. INPUT 명령어 (0) | 2015.09.02 |
오라클공부 100. DEL 명령어 (0) | 2015.09.02 |
오라클공부 99. n 명령어 (0) | 2015.09.02 |
오라클공부 98. LIST 명령어 (0) | 2015.09.02 |