Log in

View Full Version : Statistic / analysis mysql coding



haniey_pisces
04-01-2012, 03:41 AM
how to make statistic / analysis mysql coding for data based on month? example, when i want to display data on february, it will show the data on february only. can anyone help me?

traq
04-01-2012, 03:50 AM
SELECT `whatever` FROM `data` WHERE `month` = 'February'

If you need more information, please note:
Your question is vague / unclear.
Please provide more information, and be as specific as possible.
What do you want to accomplish? What have you already tried? What problems did you encounter?
Also, please be sure that you have included all relevant code and/or a link to the page in question.