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 "\"
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