2016-08-08 33 views

Antwort

0

postgres = # Tabelle erstellen test_tim (tim TIMESTAMP MIT ZEITZONE);

TABLE

postgres CREATE = # Insert in test_tim Werte (current_timestamp);

INSERT 0 1

postgres = # select to_char (tim, 'HH24: MI: SS') aus test_tim;

15:56:00 (1 Zeile)