LIST 명령어

 

*사용법

SQL>select*

  2 from student

  3 where studno> 20000;

 

SQL>l

  1 select*

  2 from student

  3* where studno> 20000

 

SQL>l 1

  1* select*

 

SQL>l 2 3

  2 from student

  3* where studno> 20000

 

 

 

 

 

+ Recent posts