MySQL syntax issue, any help would be great!
In my syntax, I am trying to push through:
ON DUPLICATE KEY UPDATE token=381794471-ckq8joDA9U8VScaO6xdu2Hxk1cvGADw6QHJPHWO6
this is causing the error: Unknown column 'ckq8joDA9U8VScaO6xdu2Hxk1cvGADw6QHJPHWO6' in 'field list'
It's using the - as a seperator. Is there a way to set it so it wont? or will I have to convert it to a _ or something?
Re: MySQL syntax issue, any help would be great!
Nevermind, I got it.
Surrounded made it so its: `token`='value'