Start Processing : 2026-01-27 21:10:03
0 rows affectedUPDATE db_pareto_unsubscribes SET _updatedTS = STR_TO_DATE(_updatedDate, '%Y-%m-%d %H:%i:%S') WHERE _updatedTS IS NULL
[1] 0.65 seconds -> 0 rows affected
UPDATE IGNORE db_pareto_unsubscribes SET _lastActivityTS = STR_TO_DATE(_lastActivityAt, '%Y-%m-%d %H:%i:%S') WHERE _lastActivityTS IS NULL
[10] 0.13 seconds -> 0 rows affected