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
What is the use of mysqli_connect in php?
What is 'mysqlcheck'?
How to find the unique values if the value in the column is repeated?
What is delimiter $$?
What is localhost in mysql?
What is save point in mysql?
How can I connect mysql database?
What is a mysql model?
How to get nth highest salary from table in a mysql?
What is mysql database used for?
What ascii 31?
How do you flush privileges?
What is difference mysql and mysqli?
What is a delimiter in mysql?
What is the maximum no of columns a table can have?