Forum Discussion
Bparra
3 years agoMentor
Is there a way to get board subscriptions by using the same format mentioned above?
"Count of subscribers: 
SELECT count(*) FROM subscriptions WHERE target.type = 'thread' AND target.id = '2250'
Subscribers: 
SELECT subscriber FROM subscriptions WHERE target.type = 'thread' AND target.id = '2250'"