I was wondering what is the best way to write the where statement in PHP where targetDate < Date.Now - HardCodedHours in PHP
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This will pull "field1" from table "myTable" where a DATETIME column "targetDate" is older than 12 hours.
|
|||
|
|
|
If you mean how to do it in an MySQL query:
|
|||
|
|
Or something like that. |
|||
|
|