|
|
|
Quadcap Embeddable Database Quadcap Software |
SyntaxgrantStmt : "grant" privilege ( COMMA privilege )* "on" ( "table" | ) sqlId "to" ( sqlId ( COMMA sqlId )* | "public" ) ( "with" "grant" "option" | ) ; GRANT statementThe grammar's here, but this statement hasn't been implemented yet. |