Skip to content

Commit 30cce52

Browse files
committed
Update 04-user-create-role.md
1 parent 9aa260d commit 30cce52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/10-sql-commands/00-ddl/02-user/04-user-create-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See also: [GRANT](10-grant.md)
1212
## Syntax
1313

1414
```sql
15-
CREATE ROLE <role_name> [ COMMENT = '<string_literal>' ]
15+
CREATE ROLE [ IF NOT EXISTS ] <role_name> [ COMMENT = '<string_literal>' ]
1616
```
1717
## Examples
1818

0 commit comments

Comments
 (0)