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
Write a command to view mysql database table structure?
Is foreign key indexed mysql?
What is innodb_buffer_pool_size?
What is normalization and list the different types of normalization?
What is sharding in mysql?
What is the difference between unix timestamps and mysql timestamps?
What is save point in mysql?
Can foreign key have duplicate values?
What are aggregate functions in mysql?
What is mysql in linux?
Which is faster mongodb or mysql?
How do you create a primary key?
Is mysql open source?
What are mysql data types?
What is the usage of ENUMs in MySQL?