At 20:38 -0700 4/21/04, John Mistler wrote:
I could be much clearer:
I understand the backtick character, when used on either side of a string
i.e. `Hello there` will allow the string to be accessed as one unit, even
though there is a space in it. Also, it will allow for `Hello-there` to be
acces
At 13:38 -0700 4/21/04, John Mistler wrote:
When issuing commands through the terminal (in Mac OS 10.3) to MySQL, I
understand that if you surround a variable with "\\`" it will allow for
characters such as - and space. Will it also allow for all other
non-alphanumeric characters such as / and * a
Wouldn't it be faster to simply try this than wait on people here to notice
your question and write a reply?
Have you checked the manual? It may answer your question too
Rhino
- Original Message -
From: "John Mistler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, Apri
Yes...
You can just use \' to denote single quotes..
See: http://www.mysql.com/doc/S/t/String_syntax.html
Gurhan
- Original Message -
From: "Theodore Morse" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 11:48 AM
Subject: escape characters
> Hello everyone!
>