Skip to content

Commit

Permalink
Update information-schema/information-schema-user-attributes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Grace Cai <[email protected]>
  • Loading branch information
CbcWestwolf and qiancai authored Nov 4, 2022
1 parent 5d0808d commit 298c23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion information-schema/information-schema-user-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ DESC user_attributes;
```sql
CREATE USER testuser1 COMMENT 'This user is created only for test';
CREATE USER testuser2 ATTRIBUTE '{"email": "[email protected]"}';
SELECT * FROM user_attributes;
SELECT * FROM information_schema.user_attributes;
```

```sql
Expand Down

0 comments on commit 298c23c

Please sign in to comment.