Skip to content

Add the support of CREATE ROLE #16

@orginux

Description

@orginux

Similar to #14 but about CREATE ROLE

CREATE ROLE IF NOT EXISTS team_1;
clickhouse-sql-parser -f create-role.sql

output:

panic: parse statements error: line 0:7 expected keyword: DATABASE|TABLE|VIEW|DICTIONARY|FUNCTION|ROW|QUOTA|SETTINGS, but got "ROLE"
CREATE ROLE IF NOT EXISTS team_1;
       ^^^^

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions