SELECT now() : now « Date Timezone « PostgreSQL






SELECT now()


postgres=# SELECT now();
            now
----------------------------
 2006-10-08 15:16:29.968-07
(1 row)

postgres=#
           
       








Related examples in the same category

1.Get current time for logging
2.now(): get current date and time