Hello 🙂
I would like to retrieve data from a table for a user but only if theres an indication that it should be shown within a different table for that user.
Something like:
("SELECT userID FROM database1 WHERE database2 userID showlocation AND showunderpants ='1'")
Is this possible?