Thanks Marco. :)
Ok, But to obtain the total of Registries updated in 1 consults.
For example, I have this:
SQL> update dep Seth Code='909' where IdDep=100;
1 row updated
SQL> update dep Seth Code='909' where IdDep=100;
1 row updated.
to have query that says to me the total of registries but...
I want to know if you can help to determine the amount me of registries affected by query in the window of commandos.
I have proven with this query:
Select SQL%RowCount ace Dual CantRegistros from;
Thanks.
LanderMen.
Hi, I need to know Who editing the same package the time same. I work with many people. and who this not being published he himself package.
Thanks, Lander.