| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> SQL Accurate count of records deleted
Is there a way other that using select count(*) to obtain an accurate
number of LIKE-KEYED records that are deleted as a result of this coding:'
DECLARE ADJ-CUR CURSOR FOR SELECT $LIST-DB2 AREA WS-ADJ
PREFIX YES
FROM TADJBB
WHERE ID_EMPR = :RPT-ID-EMPR-LOC AND
DTE = :RPT-DTE-RPT AND
ID_EMPR_RPT = :RPT-ID-EMPR-RPT-CDE AND
NUM_RPT = :RPT-NUM-RPT-SEQ
END-EXEC.
EXEC SQL
![]() |
![]() |