if I use a statement as follows in a procedure.
update tablename set a = 'aa' where c='dd';
How can I know how many rows were updated?
Please help.
thanks.