Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top