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 mysql and why it is used?
What are slow queries?
What is timestamp in mysql?
What is the size of mysql database?
What is 'mysqlcheck'?
What is normalization and list the different types of normalization?
What is mysql common?
Is mysql relational database?
Define REGEXP?
Explain the difference between delete and truncate.
What does mysqli stand for?
What is mysql vs sql?
How do I update a variable in mysql?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
What does mysqli_fetch_assoc do?