SELECT * FROM table WHERE dateField > DATE_SUB(NOW(), INTERVAL 1 MONTH)
This selects all rows that have a dateField
more recent than current timestamp minus one month (so, for example, given today is 26 Sep 2009 00:56 it would give rows that are more recent than 26 Aug 2009 00:56)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…