update_clause ::= "for" "update" "of" column_name { "," column_name } [ "nowait" ]
This rule is call by select_command
select_command