How many ways we can we find the current date using MySQL?
Answer Posted / lekhrajdeshmukh
By using now() we can also get the current date
for eg:-select * from tbl_student where
date(sub_date)=date(now());
where sub_date is column name.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
List some mysql advantages and disadvantages?
Is mysql case-sensitive?
Why we use mysql workbench?
How do you rename a procedure in mysql?
What are Heap tables?
Can mysql function return a table?
What is the limitation of mysql?
What does mysql flush tables do?
How do I install mysql workbench?
What is the use of mysql_fetch_array () function in php?
How MySQL Optimizes DISTINCT?
What are the functions of commit and rollback statements?
Why should I use mysql?
What is the use of mysqli_num_rows?
What are the two types of queries?