I have a table from which I need to get results varying by certain user data:
I need to return the rows where each column or hit with its user parameter or is blank (null). Consider as user parameters the bottom of the image - USER_ID = 29 , USER_GROUP = ADMIN , etc.
In the case above, I would only return IDs 30, 31, 33 and 36.