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
Is sql similar to mysql?
How can you export the table as an xml file in mysql?
What is not null in mysql?
What are enums used for in mysql?
What are the advantages of mysql?
What is the maximum size of mysql database?
In which format data is stored in mysql database?
Can you tell the difference between ereg_replace() and eregi_replace()?
Is mysql still popular?
What is the current root password of mysql?
Which is better sqlite or mysql?
How many threads can mysql handle?
Can you tell which of the following where clauses is faster?
What is the latest version of mysql?
How do I run mysql without installing?