Skip to content

Commit

Permalink
ebnf set password (#17002) (#17113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Apr 10, 2024
1 parent e5f05fc commit a921a6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sql-statements/sql-statement-set-password.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ This statement changes the user password for a user account in the TiDB system d

## Synopsis

**SetStmt:**

![SetStmt](/media/sqlgram/SetStmt.png)
```enbf+diagram
SetPasswordStmt ::=
"SET" "PASSWORD" ( "FOR" Username )? "=" ( stringLit | "PASSWORD" "(" stringLit ")" )
```

## Examples

Expand Down

0 comments on commit a921a6c

Please sign in to comment.