Answers for "NOW() vs CURRENT_DATE()"

SQL
0

what is the difference between now() and current_date()?

NOW() command is used to show current year, month, date with hours, minutes and seconds.
CURRENT_DATE() shows current year, month and date only.
Posted by: Guest on December-22-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language