Skip to content

Commit

Permalink
ebnf set password (#17002)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Apr 10, 2024
1 parent eb1c68b commit 0685473
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 @@ -10,9 +10,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 0685473

Please sign in to comment.