What are the difference between now and current_date in mysql?
Answer Posted / hrindows@gmail.com
NOW
NOW() give you the current date time in the format 'YYYY-MM_DD HH:MM: SS'
CURRENT
CURRENT_DATE() will only give you the current date in format "YYYY-MM_DD"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is mysql popular?
How to connect html form to mysql database using php?
What is MySQL?
What is the difference between mysql and pdo?
How to show table names with 'mysqlshow'?
How to shut down the server with 'mysqladmin'?
Where is mysql data stored linux?
Do while loop in mysql procedure?
Where is the mysql config file?
What are the functions in mysql?
In which language mysql has been written?
How can you find out the version of the installed mysql?
How to start mysql server?
Can we store images in mysql database?
How do I find the database name in mysql?