How many ways we can we find the current date using MySQL?
Answer Posted / ismail
SELECT CURDATE(),SELECT CURRENT_DATE(),SELECT CURTIME(),
SELECT CURRENT_TIME(),SELECT now().
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What is difference between mysql_connect and mysql_pconnect?
Is foreign key indexed mysql?
What is the use of i-am-a-dummy flag in mysql?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
what is a cursor? : Mysql dba
What is a scalar function?
What are procedures in mysql? Explain
What is delimiter in mysql?
How does php communicate with mysql?
What is the difference between mysql and oracle?
how to display nth highest salary from a table in a mysql query? : Mysql dba
What are Heap tables?
How to store values to array from mysql database in php?
What are the 'mysql' command line arguments?
What does innodb stand for?