Jump to content

[SOLVED] Error in SQL syntax... but i don't see it


jdubwelch

Recommended Posts

I'm getting this error:

[quote]#1064 - You have an error in your SQL syntax
near ''G8' = 'Middle Tennessee', 'G9' = 'Florida State', 'G10' = 'Oklahoma State', 'G1' at line 1 [/quote]

this is my query:

[code]UPDATE  `picks` SET  'G8' =  'Middle Tennessee',
'G9' =  'Florida State',
'G10' =  'Oklahoma State',
'G11' =  'Rutgers',
'G12' =  'Texas A&M',
'G13' =  'Clemson',
'G14' =  'Oregon State',
'G15' =  'Houston',
'G16' =  'Texas Tech',
'G17' =  'Purdue',
'G18' =  'Navy',
'G19' =  'Texas',
'G20' =  'Georgia',
'G21' =  'Miami (Fla.)',
'G22' =  'Tennessee',
'G23' =  'Auburn',
'G24' =  'Arkansas',
'G25' =  'Georgia Tech',
'G26' =  'USC',
'G27' =  'Boise State',
'G28' =  'Louisville',
'G29' =  'Notre Dame',
'G30' =  'Western Michigan',
'G31' =  'Ohio',
'G32' =  'Florida',
'tiebreaker' =  '15',
'otRose' =  '10',
'otFiesta' =  '30',
'otOrange' =  '40',
'otSugar' =  '40',
'otBCS' =  '50' WHERE  'user_id' =  '9' LIMIT 1[/code]

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.