Row level security in SSRS

前端 未结 0 1140
陌清茗
陌清茗 2020-12-13 17:11

I have below 2 tables which are used for RLS.

select B.name
from table1 A
inner join table2 B 
ON A.role=B.role 
 and A.value=B.value 
  where         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题