i want to find db2 tables access list(which user or program has privilige which table). how can i query this? If i would write this psedue code i wil be like this.
select table's_grant_user_name from sysibm.... where table_name='XXX'`
is there any ibm privillige table
been in db2?
In aqt tool i can see tables access list when i select from combobox. But i need this query to querying for some tables to groupping. is it possible to query this ? how can i retrieve table's grant list?
Thanks,