Return the current time using the ISO format as instructed : Current_Timestamp « Date Timezone « PostgreSQL






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








Related examples in the same category