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 MySQL is used?
Is mysql free download?
How to create a trigger in mysql?
how to add a new column to an existing table?
What is the storage engine for mysql?
What you can use regular expression for in mysql? Support your answer with an example?
What are the security alerts while using mysql?
How do I completely remove mysql from windows?
What are procedures in mysql? Explain
What is the difference between timestamp and datetime in mysql?
What is foreign key in mysql?
Can you rename a database in mysql?
How do I view tables in mysql workbench?
How can you calculate the sum of any column of a table?
how can you test for null values in a database? : Mysql dba