Syntax documentationalter_password_statement Locate this document in the navigation structure

Syntax Syntax

  1. <alter_password_statement> ::=
      ALTER PASSWORD <old_password> TO <new_password>
    | ALTER PASSWORD <user_name> <new_password>
End of the code.