문제

I want to give permissions to a user on all the tables existing in a database. Is there any way to grant a user on multiple tables?

도움이 되었습니까?

해결책

It is not possible to grant permissions to multiple objects in a single statement, you need to grant per object.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top