Closed shohamyamin closed 9 months ago
Check if using AS for changing the name of a resource will allow you to pass the authorization on the resource although you shouldn't be able to access the resource.
it doesn't in the following query: SELECT b.supplycost, b.availqty, b.partkey as bli FROM tpch.sf1.partsupp as b;
SELECT b.supplycost, b.availqty, b.partkey as bli FROM tpch.sf1.partsupp as b;
Check if using AS for changing the name of a resource will allow you to pass the authorization on the resource although you shouldn't be able to access the resource.