I'm using mysql. I have a table called orders with the fields orderid, orderdate, customerid, shippedcity and amount.
I want to show orders for the month of June and year 2011. Please help.
|
I'm using mysql. I have a table called orders with the fields I want to show orders for the month of June and year 2011. Please help. |
|||||||
|
|
You can use
|
|||
|
|
|
this one is fairly easy :-)
For better performance of the query you could use this one
Cheers -Sven |
||||
|
Try this one,
for reference, |
|||
|
|
|
well, first of all i have to ask, does the orderdate field contains full date (dd/mm/yyyy)? or how is the date stored?
you could try |
|||
|