Merge statement in command window does not show number of rows affected

Worker

Member³
In SQL*Plus executing a merge statement will show "[N] rows merged." A PL/SQL Developer command window just says "Done".

It would be nice for a command window to show the number of rows affected, just as it does for insert and update statements.
 
Same thing goes for SQL windows. For insert/update the status bar includes the number of rows affected, but for merge statements it doesn't (yet).
 
Back
Top