Jump to content
MakeWebGames

Recommended Posts

Posted

QUERY ERROR: Unknown column 'h.hChi' in 'on clause'

Query was SELECT u.*,us.*,h.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN houses h ON h.hChi=u.maxChi WHERE u.userid=30

anyone know how to sort it?

Posted

basically it's saying the hChi column isn't available in your houses table so goto your houses table in myphpadmin and have a look it will most likely be hWILL or something like that just simply edit it to hChi.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...