Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

HOW TO EXCLUDE USER FROM RLS

samiply I need to exclude the Super End user from RLS Rols, in order to disply all data to him. IF UPPER(USERNAME()) <> "[email protected]" THEN [Emp_ID] = USERNAME() END IF; ALSO TRIED: IF UPPE...