Get the number of rows affected by a truncate
Neo-bApr 9 2012 — edited Apr 9 2012Hello All,
I want to get the number of rows affected by truncate commands without selecting the count from the table. is there any way?
for delete, insert and updated i used sql%rowcount; before the commit, is there something like for truncate?
Regards,