0 votes
in PL/SQL by
How Can You Check If An Update Statement In Pl/sql Is Successfully Executed?

1 Answer

0 votes
by

You can use the SQL%NOTFOUND attribute to check if the UPDATE statement has successfully updated any rows or not. This attribute returns the TRUE value if the last executed SQL statement has not affected any rows.

Related questions

0 votes
asked Mar 13, 2021 in PL/SQL by rajeshsharma
0 votes
asked Mar 8, 2021 in PL/SQL by sharadyadav1986
...