I cant see anything wrong in the code:
UPDATE customer_stores
SET long = '153.037285',
lat = '-27.564'
WHERE customer_id = 2638
The fields I am trying to fill are VARCHAR(100).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
LONGis a MySQL reserved keyword. Enclose it in backticks to use it as a column or table identifier: