Jump to content

MySQL error can't see the problem


silkfire

Recommended Posts

I made this query and looked through the manual and as far as I'm concerned can't see what's wrong with my query.

 

Why are MySQL errors so extremely unhelpful? Surely they could've improved the parsing engine by now?

 

  INSERT INTO `$batch_comments`
(`plant`, `sap_code`, `batch`, `reason`, `comments_sm`, comments_sc)
  VALUES('SE23', 'PAN-6587', '165701C~', 'wohooo', '', '')
  ON DUPLICATE KEY UPDATE `reason` = 'wohooo', `comments_sm` = '', `comments_sc` = ''
  WHERE `plant` = 'SE23' AND `sap_code` = 'PAN-6587' AND `batch` = '165701C~'

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.