 |
PL/SQL: Cursor for Update Example - René Nyffenegger on Oracle
declare cursor cur is select id_num, txt_num, id_lang, txt_lang, txt_trans from numbers_en join translations using(id_num) left join lang using(id_lang) for update of translations.txt_trans; rec cur ...
www.adp-gmbh.ch |
 |