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 do I find my mysql username and password?
How many tables we can create in mysql database?
What is mysql data directory?
How do I rename a procedure?
What is delimiter in mysql stored procedure?
Does mysql use t sql?
how to display nth highest salary from a table in a mysql query? : Mysql dba
What is database url for mysql?
How to check server status with 'mysqladmin'?
How do I create a mysql database?
What are date and time data types in mysql?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
What is default password for mysql?
What is definer in mysql trigger?
How to declare variable in mysql trigger?