MySQL Forums
Forum List  »  Newbie

Solved
Posted by: Fre Con
Date: April 16, 2008 06:39PM

I finally found the problem! Put ` and ' at the right positions. It should look something like this:

UPDATE `mytablename`
SET `date` = '2008-04-01', `category` = 'Fritid', `description` = 'Åre', `amount` = '2500'
WHERE `index` = '2'



Edited 1 time(s). Last edit at 04/16/2008 09:20PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
April 16, 2008 06:34PM
Solved
April 16, 2008 06:39PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.