Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Number of rows updated

Re: Number of rows updated

From: Keith <keithhoxie_at_verizon.net>
Date: 15 Feb 2006 20:15:10 -0800
Message-ID: <1140063310.864364.309260@g44g2000cwa.googlegroups.com>


after the update statement add:
  dbms_output.put_line(' '||sql%rowcount||' rows updated.'); Received on Wed Feb 15 2006 - 22:15:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US