Filter by current date in MySQL
Posted
by kawtousse
on Stack Overflow
See other posts from Stack Overflow
or by kawtousse
Published on 2010-05-03T16:39:28Z
Indexed on
2010/05/03
16:48 UTC
Read the original article
Hit count: 251
mysql
How to pass the current date to a query in mysql like such query:
select from Dailytimesheet dailytimesheet where dailytimesheet.TrackingDate="2010-05-03"
© Stack Overflow or respective owner