KnowledgeBoat Logo

Informatics Practices

What is the difference between sysdate() and now() functions ?

SQL Queries

1 Like

Answer

The difference between the SYSDATE() and NOW() functions is that the SYSDATE() function returns the exact time at which the function executes. On the other hand, the NOW() function returns the current date and time at the beginning of the statement execution.

Answered By

1 Like


Related Questions