Forum

Please or Register to create posts and topics.

How can I identify the groupID for a given named group?

I want write a query for user data for people that are in a specific group, but I can't figure out how to correlate a group name to its database ID.

Post-RM7, here's the list of group names:

SELECT * FROM TagTable WHERE TagType=0

Pre-RM8,...

SELECT * FROM LabelTable WHERE LabelType=0

The group name is stored respectively in TagName and LabelName.

The GroupTable relates to the TagTable or LabelTable ON GroupID=TagValue (post-RM7), GroupID=LabelValue (pre-RM8).

For examples that may give you some ideas, look at the blog posts under #namedgroup . To search within the Forum, use its own search field.