raminriahi
Programmer
I'm trying to utilize sql statement in an EDI application, but i have problem with handling some special characters:
Single quote '
Double Quote "
Question mark ?
I was wonder if i can use escape sequence notation for them.
(as far as i know ,in java or VB let's say, it's \nnn . is there any similar concept in sql?
* please help ASAP - it's crirical to me !
Thanks in advance,
Ramin
Single quote '
Double Quote "
Question mark ?
I was wonder if i can use escape sequence notation for them.
(as far as i know ,in java or VB let's say, it's \nnn . is there any similar concept in sql?
* please help ASAP - it's crirical to me !
Thanks in advance,
Ramin