How many ways we can we find the current date using MySQL?
Answer Posted / rajan vardawaj
SELECT CURDATE(); SELECT CURRENT_DATE(); SELECT CURTIME();
SELECT CURRENT_TIME();
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How to convert numeric values to character strings?
What is the maximum no of columns a table can have?
How to use rank function in mysql?
How do I start mysql database?
How do I select a database in mysql?
write a command to view the content of the table
In mysql, what is the default storage engine?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
What is table level locking in mysql?
Explain the difference between procedure and function in mysql?
How can we get the number of rows affected by query?
How is mysql database stored?
What is indexing in mysql?
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
What are the disadvantages of mysql?