logo
  • About us
  • Services
  • Products
  • Work
  • Contact

Feedback

In Focus

  • Flash XML slideshow
  • Database training

4.1.16. Cursors execution

  • BEGIN
  • /* open cursor */
  • OPEN myEmployeeCursor;
  • /* can pull a tuple attributes into variables */
  • FETCH myEmployeeCursor INTO name_attr,ssn_attr;
  • /* or pull tuple into tuple variable */
  • FETCH myEmployeeCursor INTO emp_tuple;
  • CLOSE myEmployeeCursor;



  • [LOOP…END LOOP example on handout]
‹ 4.1.15. PL Cursorsup4.1.17. Concurrency Introduction ›
  • s5 slideshow
 

 

 

Copyright 2007 Lightenna Limited

  • About us
  • Services
  • Products
  • Work
  • Contact