Reputation: 3720
I need any user to be able to access a particular table in Sybase. In my case, the SELECT privilege is sufficient.
Is there a way to achieve that ?
Upvotes: 1
Views: 3306
Reputation: 524
GRANT SELECT ON my_table TO PUBLIC
Upvotes: 5