INPUT 명령어
*사용법
SQL>I 1*from student SQL>0 select name, studno SQL>I 1 select name, studno 2* from student SQL>del SQL>I 1* select name, studno SQL>I 1 select name, studno 2 from student 3* where studno > 20000 SQL>del 2 SQL>I 1 select naem, studno 2* where studno > 20000 SQL>I 1 1* select naem, studno SQL>i from student SQL>I 1 select name, studno 2 from student 3* where studno > 20000 |
'오라클 > Oracle,SQL' 카테고리의 다른 글
오라클공부 105. CHANGE 명령어 (0) | 2015.09.03 |
---|---|
오라클공부 104. APPEND 명령어 (0) | 2015.09.03 |
오라클공부 102. INPUT 명령어 (0) | 2015.09.02 |
오라클공부 101. DEL 명령어 (0) | 2015.09.02 |
오라클공부 100. DEL 명령어 (0) | 2015.09.02 |