Hello!
My first day with Toad Edge for MYSQL
I can not find the number of rows affected for a Begin / Commit transaction:
If I do:
begin;
update TableName
set Field= 5
where FieldProperty = 'Grad risc III';
I get only 2 statements processed on the info not the number of rows affected.
I use Begin exactly to know how many rows I will affect before commit
Thank you for your time and attention!