Re: to upper case function

2001-03-27 Thread Seung-woo Nam
You can use either ucase() or upper() functions. ucase(str) or upper(str) Seung-woo Nam Zhu George-CZZ010 wrote: > There's a function in SQL to convert strings to upper case (sounds like to_upper()? >), I don't have the reference book at hand, does anyone know the syntax or that >function? >

Re: to upper case function

2001-03-27 Thread MikeBlezien
On Tue, 27 Mar 2001 11:22:20 -0600, Zhu George-CZZ010 <[EMAIL PROTECTED]> wrote: I believe it's upper(col_name) >>There's a function in SQL to convert strings to upper case (sounds like to_upper()? >), I don't have the reference book at hand, does anyone know the syntax or that >function? >

RE: to upper case function

2001-03-27 Thread Cal Evans
his function is multi-byte safe. Cal http://www.calevans.com -Original Message- From: Zhu George-CZZ010 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 11:22 AM To: [EMAIL PROTECTED] Subject: to upper case function There's a function in SQL to convert strings to upper cas

to upper case function

2001-03-27 Thread Zhu George-CZZ010
There's a function in SQL to convert strings to upper case (sounds like to_upper()? ), I don't have the reference book at hand, does anyone know the syntax or that function? Thank you very much in advance. - Before posting, pl