質問

i'm trying granting a group to create view in Sybase IQ :

grant create view to groupname

it show error :

error near 'create' on line 1

how to do it?

役に立ちましたか?

解決

In the version you are using, you cannot grant only the ability to create a view. The permissions structure was must less granular until version 16, so you will need to grant resource authority to the user/group using grant resource to groupname.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top