PostgreSQL/Date Timezone/Current Timestamp

Материал из SQL эксперт
Версия от 10:14, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

Return the current time using the ISO format as instructed

postgres=#
postgres=# -- Return the current time using the ISO format as instructed:
postgres=#
postgres=# SELECT current_timestamp;
             now
-----------------------------
 08.10.2006 10:19:05.281 PDT
(1 row)
postgres=#