Jump to content

[SOLVED] using Current_Date


nealios

Recommended Posts

I have a table that stores expiry dates of gas safety certificates.

 

I want to display all the records that are about to expire, for instance 2 weeks before. So it kind of acts as a reminder system. E.g all the records due to expire 31st january will be displayed from the 16th January.

 

I have looked at the Current_Date function but wasnt sure how to put that into my sql statement.

 

Can any one help?

 

SELECT * FROM Job, customer WHERE Job.cid = customer.cid AND cpexpire < CURRENT_DATE 

Link to comment
https://forums.phpfreaks.com/topic/84477-solved-using-current_date/
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.