Is there any way to get the number of rows affected by the immediately preceding UPDATE command without have to issue a SELECT command with the same WHERE clause?
I want to get the XX in the message "Columns have been updated in XX row(s) in TABLENAME". (I know I can direct the message to a file and parse the result, I'm hoping it's available through a function call or system variable). -- Larry

