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?