Sybase manual (
http://manuals.sybase.com/onlinebook...eric__BookView)
describes the following syntax for Grant command:
grant {all [privileges]| permission_list}
on { table_name [(column_list)]
| view_name[(column_list)]
| stored_procedure_name}
to {public | name_list | role_name}
[with grant option]
But I could not find any option where I can grant specific/permissions for
ALL TABLES (of a database), to a particular user.
Any clues??
Regards
Javed