Jump to content

[SOLVED] previous month query


resistancem

Recommended Posts

Hi all

 

im trying to retrieve rows from my table where the month is last month, but it returns zero results.

 

i currently have:

$result = mysql_query('SELECT * FROM tickets WHERE (month(created) = (month(now())-1))');

 

"created" is the name of the column in the table which holds the date....just to make things clearer

 

anyone know why it might not be working? any help greatly appreciated thanks again.

Link to comment
https://forums.phpfreaks.com/topic/84677-solved-previous-month-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.