Home › Forums › Back End › User voting system problem › Reply To: User voting system problem
March 12, 2014 at 5:24 am
#165515
Participant
@jurotek Thanks. I’m still not sure the SQL you provided would solve the issue of a user with 0 votes. If a user has no votes, there is no entry in the votes table therefore ON users.user_id = user_votes.user_id
would fail surely?
What would be the easiest way to share my DB schema?