Quote:
Originally posted by extreme
Uhm ...
... LEFT JOIN votes ON votes.code = update_info.code ... ?
|
uhm, that would work if there was only 1 row with the same 'code' cell in the votes table...
but, it's more than that...
if there's 3 surfers that would vote, then it'll have
jenny01 | 111.111.111.111
jenny01 | 125.125.125.125
jenny01 | 142.142.142.142
see what I mean?