Skip to content

Commit

Permalink
Update sql-statements/sql-statement-set-password.md
Browse files Browse the repository at this point in the history
Co-authored-by: kennytm <[email protected]>
  • Loading branch information
2 people authored and ti-chi-bot committed Apr 10, 2024
1 parent cdd7910 commit 1d908c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-set-password.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This statement changes the user password for a user account in the TiDB system d

```enbf+diagram
SetPasswordStmt ::=
"SET" "PASSWORD" ( "FOR" Username )? "=" PasswordOpt
"SET" "PASSWORD" ( "FOR" Username )? "=" ( stringLit | "PASSWORD" "(" stringLit ")" )
```

## Examples
Expand Down

0 comments on commit 1d908c7

Please sign in to comment.