CHANGE 명령어
*사용예
SQL>I 1 select name, studno 2 from student 3* where studno>20000 and name like '%동%'
SQL>1 1* select name, studno
SQL>c/name, studno/* 1 select* SQL>I 1 select* 2 from student 3* where studno>20000 and name like '%동%'
SQL> c/and name like '%동%' 3* where studno>20000
SQL>I 1 select* 2 from student 3* where studno>20000 |
'오라클 > Oracle,SQL' 카테고리의 다른 글
오라클공부 108. SQL*PLUS 실행 명령 (0) | 2015.09.03 |
---|---|
오라클공부 107. CLEAR 명령어 (0) | 2015.09.03 |
오라클공부 105. CHANGE 명령어 (0) | 2015.09.03 |
오라클공부 104. APPEND 명령어 (0) | 2015.09.03 |
오라클공부 103. INPUT 명령어 (0) | 2015.09.03 |