Quote:
|
Originally Posted by tuvarsha
What is the SQL query to retrieve the privileges for different users for different tables/libraries in DB2 for AS400? Please help! Thanks.
|
You should be able to get this information from a table called sysauth or systabauth. I presume this to be so, as the parallel for syscat.tables (UDB) is systables on AS/400.
However, you need to refer the table with the library name. e.g., dbtest.systables...
HTH.