Forum Discussion
SuzieH
10 years agoKhoros Alumni (Retired)
Hi peterlu
I think you're going to need separate calls. One to get the messages, such as:
SELECT messages FROM users WHERE roles.name IN ('Administrator', 'BlogAuthor')
And then using the returned query from there to get the message data... something like:
SELECT * FROM messages WHERE author.id IN ('3','17','43')
Related Content
- 3 years ago
- 9 months ago
- 11 months ago
- 3 years ago