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
What is clob in mysql
How do I change global variables in mysql?
Write a command to list all databases in mysql?
What is a text delimiter?
How do I start and stop mysql server?
How to execute mysql query in php?
How do I copy an entire mysql database?
Can mysql handle billions of records?
What are the differences between char and varchar data types?
What is new mysqli?
How do I create a new database in mysql?
What are the technical specifications of mysql?
What is the command line end user interface - mysql?
How will you export tables as an xml file in mysql?
How do I show columns in mysql?