1

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 ?

4

1 に答える 1

5

GRANT SELECT ON my_table TO PUBLIC

于 2012-10-31T14:26:59.297 に答える