Skip to content

Instantly share code, notes, and snippets.

@scanbix
Created November 8, 2023 14:12
Show Gist options
  • Save scanbix/154a3c1082edcc79b22719b23e352781 to your computer and use it in GitHub Desktop.
Save scanbix/154a3c1082edcc79b22719b23e352781 to your computer and use it in GitHub Desktop.
sql%rowcount
dbms_output.put_line('Number of lines affected by previous DML operation:'||sql%rowcount);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment