On Wed, Nov 05, 2003 at 17:12:12 +0000,
Alejandro Javier Pomeraniec <apomeraniec(at)buenosaires(dot)gov(dot)ar> wrote:
> Hi !
>
> Is there any way to get the time like the following example ?
>
> '2003-05-11 15:21:21'
>
> should return
>
> '15:21:21'
You can use the to_char function to convert timestamps to text with
control over the output format.