RLS Condition check

Is there a way to check that a function that returns a bool is false. The function is set to return true or false and I want to pair that with another function and insure the first one is false and the second is true. So that we grant insert access if the first function is false and the second is true.
Was this page helpful?