Oracle - Iterating Cursor


/ Published in: PL/SQL
Save to your folder(s)

this code is for iterating through a cursor


Copy this code and paste it in your HTML
  1. FOR user_rec IN user_in_package_curs
  2. --code here

Report this snippet


Comments


You need to login to view comments.