Question from the PostgreSQL test

What function is used to return the current date and time in PostgreSQL?

Archived

In PostgreSQL, which function is used to return the current date and time?

Author: abdelghaniStatus: Archived(New question!)Question passed 44 times
-2
Community Evaluations
developer avatar
Incorrect answer
Adrien Nayrat
25/04/2024
postgres=# select now(); now ------------------------------- 2024-04-25 23:19:27.124691+02 (1 row)
developer avatar
Incorrect answer
Sandeep
31/07/2024
It should be now