[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Special Characters in a string
- Subject: Re: Special Characters in a string
- From: Arshad Pervez <perveza@SX.COM>
- Date: Tue, 6 Jul 1999 15:15:36 -0400
> -----Original Message-----
> From: Julie Waggoner [SMTP:WAGGO000@MAIL.GENMILLS.COM]
> Sent: Tuesday, July 06, 1999 3:07 PM
> To: Multiple recipients of list SQR-USERS
> Subject: Re: Special Characters in a string
>
> You can use the Chr() function which returns a character based on the
> ASCII
> number you provide. The ampersand is Chr(38).
>
> For instance:
> update ps_dept_tble
> set descr = 'Research ' || Chr(38) || ' Development'
> where deptid like '1847%'
>
> Julie
>
> -----Original Message-----
> From: Rosie ODonnell [mailto:joe.patton@NA.MARCONICOMMS.COM]
> Sent: Tuesday, July 06, 1999 1:32 PM
> To: Multiple recipients of list SQR-USERS
> Subject: Special Characters in a string
>
>
> Hi,
>
> Hopefully, this is an easy one. Here is an example:
>
> update ps_dept_tble
> set descr = 'Research & Development'
> where deptid like '1847%'
>
> The ampersand(&) is looked at as a replacement variable. What do I need
> to
> surround it with so that the program ignores the ampersand and considers
> it
> part
> of the string?
>
> Thanks,
>
> Joe Patton
> Marconi Communications