itsjustcarlos
02-09-2015, 09:43 PM
Hey All,
I'm looking to get the view counts of threads
select threadid, count(*) as count from threadviews where threadid = 104216 group by threadid order by count desc
Returns this:
104216 2
and this the view Count of the thread started on the front end.
https://vborg.vbsupport.ru/external/2015/02/24.png
So I'm not sure where to get the correct view count.
Thanks in advance,
Carlos
I'm looking to get the view counts of threads
select threadid, count(*) as count from threadviews where threadid = 104216 group by threadid order by count desc
Returns this:
104216 2
and this the view Count of the thread started on the front end.
https://vborg.vbsupport.ru/external/2015/02/24.png
So I'm not sure where to get the correct view count.
Thanks in advance,
Carlos