Philippe Carriere
Philippe Carriere

Reputation: 3720

Sybase - Grant everyone access to a table

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

Answers (1)

Abe Crabtree
Abe Crabtree

Reputation: 524

GRANT SELECT ON my_table TO PUBLIC

Upvotes: 5

Related Questions