Forum Discussion

rajjay's avatar
rajjay
Adept
4 months ago

subscriptions count at article level

Hello, I am attempting to retrieve subscriptions count  at the article level using the following SQL query:   SELECT * FROM subscriptions WHERE target_type = 'article' AND target_id = '8223';   ...