Title / Description
Code declare cursor cur is (select contractid from contract where rownum=1); r_serviceid contract.contractid%type; begin open cur; loop fetch cur into r_serviceid; end loop; close cur; end;
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code