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
https://forums.phpfreaks.com/topic/263417-mysql-error-cant-see-the-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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