Jump to content
MakeWebGames

Recommended Posts

Posted

QUERY ERROR: Column count doesn't match value count at row 1

Query was INSERT INTO gangs VALUES('','super ninjas','','','',0,0,100,4,4,5,0,0,'')

 

If you need me to post the code let me know :)

Posted

Re: Can someone help me with create a gang?

That number of fields in that insert have to be equal the number of fields in the gang table.

You want to make sure its inserting the data at the right spots after you fix the column count error.

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...