Home › Forums › Back End › User voting system problem › Reply To: User voting system problem
March 20, 2014 at 1:03 pm
#166415
Participant
@traq The voting twice is all sorted now, I change the “add vote” button to “remove vote” once a user has voted.
To try and get users with less than 10 votes I have added this to the end of the SQL above (which uses the left join you mentioned): HAVING CountOfvote_id > 10
– this returns no results though.