How many ways we can we find the current date using MySQL?
Answer Posted / mansukh khandhar
echo date(y/m/d);
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the function of myisamchk?
Why MySQL is used?
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.
How can I create database in mysql?
What is row level locking in mysql?
Why we use mysql workbench?
What does it mean to be case sensitive?
How to calculate the difference between two dates?
What is the datatype for password in mysql?
Is null in mysql?
What is the use of i-am-a-dummy flag in mysql?
What are the disadvantages of 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)?
How to create trigger in mysql workbench?
What do you mean by % and _ in the LIKE statement?