Create GRANT with condition

0

I have a table CONDUCTOR (columns: name, cnh, address, portfolio_points) and a GRANT analyst. The analyst can only access data from drivers who have more than 0 points in the portfolio.

Grant select on driver to analyst with GRANT OPTION;

How do I fit a closure WHERE or other things that solve my problem?

    
asked by anonymous 18.04.2018 / 20:50

0 answers