Hi@all
Ich führe beim Aufruf eine automatische Update nach Zeitablauf durch:
wie kann ich mir jetzt anzeigen lassen welche Datensätze geändert wurden.
Ich führe beim Aufruf eine automatische Update nach Zeitablauf durch:
PHP-Code:
$result = mysql_query(" UPDATE ".$table_artikel_details." SET status
= 'pause' WHERE DATE_SUB(NOW(), INTERVAL 3 DAY) > timestamp ");
Kommentar