How many ways we can we find the current date using MySQL?
Answer Posted / rohit
SELECT CURRENT_DATE();
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
What are enums used for in mysql?
What are the column comparisons operators?
what is mysql optimization in brief?
Which storage engine is best in mysql?
How to copy data from one server to another using php?
How can I change database in mysql?
How to use regular expression in pattern match conditions?
Is mysql a framework?
how can you test for null values in a database? : Mysql dba
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
What is mysql workbench used for?
How do I show columns in mysql?
How many mysql connections can handle?
How many types of indexes are there in mysql?