Dear All,
We would like to know more about the LBAC column and row of DB2 9.7 LUW in WHERE clause which column does not have read access rights for the user.
See below example :
Table1:
Column1 - Protected and No read access for user1
Column2 - Normal
Column3 - Normal
Table2:
Column4 - Protected and No read access for user1
Column5 - Normal
Column6 - Normal
SQL executed by USER 1:
SELECT Column2, Column3, Column5, Column6 from Table1, Table2 WHERE Table2.Cloumn4 = Table1.Column1;
Question : What will be the result after executing above query by USER1
Thanks & Regards,
Rathvel.
We would like to know more about the LBAC column and row of DB2 9.7 LUW in WHERE clause which column does not have read access rights for the user.
See below example :
Table1:
Column1 - Protected and No read access for user1
Column2 - Normal
Column3 - Normal
Table2:
Column4 - Protected and No read access for user1
Column5 - Normal
Column6 - Normal
SQL executed by USER 1:
SELECT Column2, Column3, Column5, Column6 from Table1, Table2 WHERE Table2.Cloumn4 = Table1.Column1;
Question : What will be the result after executing above query by USER1
Thanks & Regards,
Rathvel.