Forum Discussion

irach15's avatar
irach15
Maven
3 years ago

Product mentions count

Hey everyone,

did any one try to use API v2 to count a specific Product mentions over the whole community?

I'm having issues to get the number without counting how many times the sequence iteration was.

Should it be a simpler way to do that? Like saying images count()?

Let's say

SELECT id, subject, view_href FROM messages WHERE products.id = '8468538'

now I need the total of #s is mentioned...

 

  • MattV's avatar
    MattV
    Khoros Staff

    Does 

    SELECT count(*) FROM messages WHERE products.id = '8468538'

     work?