SELECT Site_Location
FROM tbl_Users
WHERE User_ID = 'sboissinot'
AND Site_Location NOT IN (
WHERE User_ID = 'swoodhouse'
)
No comments:
Post a Comment