Not logged inAmerican Welding Society Forum
Forum AWS Website Help Search Login
Up Board Metallurgy
Options
DescriptionForum topics on metallurgy and metallurgists
Read AccessAll users can see board
Write AccessAll users can post
RegistrationPosting requires registration
ModerationPosts don't have to be approved to be visible
ThreadingTopics are threaded
AttachmentsFile attachments are enabled
Locking-
Expiration-

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups AS groups
ON groups.id = boardAdminGroups.groupId
LEFT JOIN groupMem' at line 6

SELECT groups.id, groups.title,
groups.public = 1
OR groupMembers.userId IS NOT NULL
OR groupAdmins.userId IS NOT NULL AS visible
FROM boardAdminGroups AS boardAdminGroups
INNER JOIN groups AS groups
ON groups.id = boardAdminGroups.groupId
LEFT JOIN groupMembers AS groupMembers
ON groupMembers.userId = :userId
AND groupMembers.groupId = groups.id
LEFT JOIN groupAdmins AS groupAdmins
ON groupAdmins.userId = :userId
AND groupAdmins.groupId = groups.id
WHERE boardAdminGroups.boardId = :boardId
ORDER BY groups.title

Powered by mwForum 2.29.2 © 1999-2013 Markus Wichitill