Is it possible to count how many points have been assigned all together to all users from the very beginning?
Is it possible to count how many points have been assigned all together to all users from the very beginning?
select sum(points) from `jos_social_points_history` where state = 1;