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 mysqli_select_db?
What is a deterministic function?
When to use order by in delete statement?
If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?
How we can create index in mysql?
How do I completely remove mysql from windows?
How do I rename a procedure?
What are the critical issues you have resolved in your company
How to drop an existing view in mysql?
How do I flush privileges in mysql?
What is the datatype for password in mysql?
What is mysql uuid?
How do I install and use mysql?
How many rows can mysql hold?
How can you export the table as an xml file in mysql?