Answers for "php mysql remove by timestamp older than a month"

PHP
0

php mysql remove by timestamp older than a month

DELETE FROM on_search 
WHERE search_date < UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 180 DAY))
Posted by: Guest on January-16-2021

Code answers related to "php mysql remove by timestamp older than a month"

Browse Popular Code Answers by Language