This statement revokes the EXECUTE FUNCTION privilege on the Interpolator function mapping in the appl_view_db database from user1.
REVOKE EXECUTE FUNCTION ON appl_view_db.Interpolator FROM user1;
This statement revokes the EXECUTE FUNCTION privilege on the Interpolator function mapping in the appl_view_db database from user1.
REVOKE EXECUTE FUNCTION ON appl_view_db.Interpolator FROM user1;