Skip to content

Commit

Permalink
Merge pull request CyC2018#726 from nailuoGG/master
Browse files Browse the repository at this point in the history
fix sql
  • Loading branch information
CyC2018 authored Jun 19, 2019
2 parents 9c28b05 + da37142 commit 0a59ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/SQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ CREATE USER myuser IDENTIFIED BY 'mypassword';
**修改账户名**

```sql
RENAME myuser TO newuser;
RENAME USER myuser TO newuser;
```

**删除账户**
Expand Down

0 comments on commit 0a59ef7

Please sign in to comment.