Microsoft
Software
Hardware
Network
Question : getting information between two dates in mysql!
i have a mysql database and im looking to get all the information for that month.
So in my database i have
id author ev_dat
7 Admin 2009-06-14
8 Admin 2009-07-14
9 Admin 2009-07-24
how can i pull information for just one month... so if have a link saying june it brings all data in june:
8 Admin 2009-07-14
9 Admin 2009-07-24
Answer : getting information between two dates in mysql!
Have a look at this.
1:
select id, author, ev_dat where month(ev_dat) = 1; //will select January
Random Solutions
Dynamics GP 10 SP4 on Windows 2008 Remote Desktop Services
How to auto fill a form on blur
How do I get the value Member from a Multi-select List box in VB.NET
Moving workgroup computers to new domain - how to move existing network printers also?
Function pointer corrupted/offset when passed to function
Web site not working correctly with IE 8
Starting mysqld from fedora
Why do I get this log message, stating the additional server check count detected a problem
Load preview image using swfObject
droid not syncing when outlook is closed