MySQL Forums
Forum List  »  Newbie

Re: #1064 - You have an error in your SQL syntax?
Posted by: Baris Cicek
Date: August 02, 2005 02:53AM

The part at the end is escaping ' so indeed your query does not end. You should put escape char (\) with another \ to get actual result. Like;
INSERT INTO tableA (myvalue) VALUES ('C\\');

Options: ReplyQuote


Subject
Written By
Posted
Re: #1064 - You have an error in your SQL syntax?
August 02, 2005 02:53AM


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.