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
upgrading and moving a sql server express 2005 database to a sql server standard
raid5 and win 2008 r2 server
Send two files in email as attachment in unix shell scripting using ksh
how to capture out parameter from storedProcedure in java
CreateProcess terminates immediately
Multilingual Issue in dotnet
Apache webserver Linux and Gzip
Trouble with Menu Drop Down Form
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
Access 2007, form datasheet view, change display property of an element based on another element in the record