Question from the PostgreSQL test

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

Hard

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

Author: abdelghaniStatus: PublishedQuestion passed 10 times
Edit
-1
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)