PostgreSQL/Date Timezone/Current Timestamp

Материал из SQL эксперт
Перейти к: навигация, поиск

Return the current time using the ISO format as instructed

   <source lang="sql">

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=#

      </source>