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