Please help....
----- Original Message -----
From: Safa Pilavcı <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 06 Ağustos 1999 Cuma 14:48
Subject: [GENERAL] uppercase of char16
> hello ,
> My problem is with SQL statement,
> I have a field like,
> my_field char16
>
> this field contains charecters all lowercase but I want to get them
uppercase as a
> result of select statement..
> I have tried ;
> select upper(my_field) from my_table;
> but the followwing error occured.
>
> function upper(char16) does not exist
>
> How can I get uppercase output of my_field....
>
>
> Safa Pilavcı
>
>
>