P
pb
tablename: TABLE1
fields: LASTNAME, FIRSTNAME, DATEDUE
i have hard set DATEDUE which is sometime in the future
how do select these dates by upcoming month?
something like SELECT * FROM TABLE1 WHERE DATE()>NOW AND DATEDUE =
September???
fields: LASTNAME, FIRSTNAME, DATEDUE
i have hard set DATEDUE which is sometime in the future
how do select these dates by upcoming month?
something like SELECT * FROM TABLE1 WHERE DATE()>NOW AND DATEDUE =
September???