PostgreSQL/Date Timezone/Current Timestamp — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:14, 26 мая 2010
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=#