mysql select records greater than 3 months

Posted by fire on Stack Overflow See other posts from Stack Overflow or by fire
Published on 2010-05-04T14:24:00Z Indexed on 2010/05/04 14:28 UTC
Read the original article Hit count: 146

Filed under:
|
|

I am trying to write a query to select all records from users table where User_DateCreated (datetime field) is >= 3 months from today.

Any ideas? Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql