Re: Backslash "\" in query

2004-10-04 Thread gerald_clark
Jeff Burgoon wrote: Why does selecting backslash give me an error? select "\" gives me... #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"\"' at line 1 select "/" returns "/" select "\\" returns "\"

Re: Backslash "\" in query

2004-10-04 Thread Paul DuBois
At 11:35 -0400 10/4/04, Jeff Burgoon wrote: Why does selecting backslash give me an error? select "\" gives me... #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"\"' at line 1 select "/" returns "/" s