Get time of day : timeofday « Date Timezone « PostgreSQL






Get time of day


postgres=# SELECT timeofday();
              timeofday
-------------------------------------
 Sun Oct 08 15:16:49.937000 2006 PDT
(1 row)

postgres=#
           
       








Related examples in the same category