PostgreSQL: timestamp Konvertieren, um Zeit - abrufen oder nur die Zeit von timestamp-Spalte

Was ich will, ist etwas vergleichbares:

select to_time( to_timestamp ( '03.04.2014 12:34:00', 'DD.MM.YYYY HH24:MI:SS' ) )

Problem hier ist, dass to_time nicht vorhanden. Ich will, dass dieses Ergebnis in

12:34:00 (without the date)

Ist das möglich ?

InformationsquelleAutor Lars Juel Jensen | 2014-04-03

Schreibe einen Kommentar