Can anyone tell me if this union query is possible. I am running MySQL 4.something!
SELECT UserRights.UserRightValue, 'UserRights' as Source, UserRights.UserRight
FROM Users INNER JOIN (UserRights INNER JOIN Users_UserRights ON UserRights.UserRightValue = Users_UserRights.UserRightValue) ON...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.