MySQL Forums
Forum List  »  Newbie

Re: What is wrong with my SQL syntax?
Posted by: Luke O'Brien
Date: May 26, 2012 02:48PM

Well spotted!
But sorry that was me replacing the post code with *.

When I loop round every line in the CSV file, I call this PHP code:
if (!is_numeric($linearray[$i]))
$linearray[$i] = "'$linearray[$i]'";
So all apostrophes are in place, I will edit the original post.

Options: ReplyQuote


Subject
Written By
Posted
Re: What is wrong with my SQL syntax?
May 26, 2012 02:48PM


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.