n 명령어

 

*n

현재 행으로 만들 행을 지정

 

*n text

n행을 text로 바꿈

 

SQL>1

  1*select

SQL>2

  2* from student

 

SQL>3

  3* where studno> 20000

 

SQL>l

  1 select name, studno

  2 from student

  3* where studno> 20000

 

 

 

 

 

+ Recent posts