Re: lowercase function

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Zouari Fourat <fourat(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: lowercase function
Date: 2005-02-24 21:06:38
Message-ID: 1109279198.30529.194.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

lower()

On Thu, 2005-02-24 at 14:57, Zouari Fourat wrote:
> Hello,
> Am looking for a 'tolowercase' function that returns lowercase string
> that can be used like this :
>
> SELECT lowercase(column) FROM table;
>
> anyone can help me ?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Joel Fradkin 2005-02-24 21:57:44 Re: lowercase function
Previous Message Zouari Fourat 2005-02-24 20:57:46 lowercase function