Jump to content

bran

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by bran

  1. Something like: SELECT * FROM features LEFT OUTER JOIN votes ON features.feature_id = votes.feature_id AND votes.ip_address = 'users ip address' (I haven't tried this on MySql, but it's pretty standard SQL, so should work)
×
×
  • Create New...