0 votes
in Sql by
What is the different between NOW() and CURRENT_DATE()?

1 Answer

0 votes
by
NOW () command is used to show current year,month,date with hours,minutes and seconds.

CURRENT_DATE() shows current year,month and date only.

Related questions

0 votes
asked Jan 15 in Sql by AdilsonLima
0 votes
asked Jan 15 in Sql by AdilsonLima
...