Forum Discussion
AbhishekGu
3 years agoKhoros Staff
Hello Claudius,
I just tried and confirm that GROUP BY is not possible in LiQL.
So, the only option we have which you suggest above.
use following LiQL:
SELECT id, author.id FROM messages WHERE board.id = '<board-id>'
And then count, author's article.
Regards,
Abhishek Gupta
Related Content
- 2 years ago