문제

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