grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

[Snowflake]Show roles not fully implemented

Open MasterKuat opened this issue 1 year ago • 0 comments

show_roles rule do not handle all available syntax.

Show roles syntaxe as defined in https://docs.snowflake.com/en/sql-reference/sql/show-roles SHOW [ TERSE ] ROLES [ LIKE '' ] [ IN CLASS <class_name> ] [ STARTS WITH '<name_string>'] [ LIMIT [ FROM '<name_string>' ] ]

MasterKuat avatar Mar 12 '24 07:03 MasterKuat