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


What's the deal w/ backslash?



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to