Login
Remember
Register
Ask a Question
What is the different between NOW() and CURRENT_DATE()?
0
votes
asked
Jan 15, 2024
in
Sql
by
AdilsonLima
What is the different between NOW() and CURRENT_DATE()?
mysql-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 15, 2024
by
AdilsonLima
NOW () command is used to show current year,month,date with hours,minutes and seconds.
CURRENT_DATE() shows current year,month and date only.
...