Forum Discussion

keithkelly's avatar
2 years ago

Select messages where user *doesn't have* FooBar role?

Objective:  Create message list of messages posted by non-employees.  SELECT yada, yoda FROM messages WHERE depth = 0 ** AND USER DOESN'T HAVE EMPLOYEE ROLE ** ORDER BY conversation.last_post...