Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End User voting system problem Reply To: User voting system problem

#165515
Josh Johnson
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?