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
Does facebook still use mysql?
What is the difference between myisam dynamic and myisam static in mysql?
How do I flush privileges in mysql?
What is text in mysql?
Does mysql scale well?
What is heap table?
Is mysql distributed?
Why should I use mysql?
What is federated tables in mysql?
How set mysql root password?
How database are managed?
Does mysql case matter?
How do I run mysql?
What is mysql connection limit?
What is longblob in mysql?