Jump to content

MySQL Query Issue


dangill14

Recommended Posts

Hey Everyone,

 

  Writing an small database site with PHP / MySQL.

 

  Having a record update issue.  When I issue the following query :

 

UPDATE 'inventory' SET lcn = 'Test', lcn_date = '2009/06/15 - 12:20:49', l_lcn = 'Frame - A01 - SHLF 02', l_lcn_date = '2009/06/14 - 14:26:16', l2_lcn = 'NA', l2_lcn_date = 'NA' WHERE 'index' = '2'

 

  I get an error and it seems not to be liking index=2 ... the error is :

 

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'index='2' LIMIT 0, 30' at line 1

 

 

  Is 'index' a forbidden name for a column in a db? 

 

  Any thoughts would be appreciated.

 

Thanks,

 

Dan.

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.