uppercase of char16

From: Safa Pilavcı <safa(dot)pilavci(at)rumeli(dot)net>
To: <pgsql-general(at)hub(dot)org>
Subject: uppercase of char16
Date: 1999-08-06 11:48:31
Message-ID: 008401bee001$9b7b70e0$4f8041d4@rumeli.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hello ,
My problem is with SQL statement,
I have a field like,
my_field char16

this field contains chars all lowercase but I want toget 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ı

Browse pgsql-general by date

  From Date Subject
Next Message Stuart Rison 1999-08-06 12:08:41 Re: [GENERAL] Perl DBD?
Previous Message John Reynolds 1999-08-06 10:57:05 Re: [GENERAL] Database on read only directory