coltoneshaw / coltoneshaw/Mattermost-SQL-Queries
Channels a member is a part of
Open
- Dominant language
- No language data
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```sql
SELECT
c.displayName,
c.name
FROM
channels c
JOIN
channelmembers cm ON c.id = cm.channelid
JOIN
users u ON cm.userid = u.id
WHERE
u.username = 'professor';
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue contains a SQL query for finding the channels joined by the user named professor, but it does not identify a target file or requested repository change. Review the repository's existing query organization first, then determine whether this query belongs there and what completion criteria apply.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100