Start Processing : 2025-09-19 14:46:14
0 rows affectedUPDATE db_pareto_unsubscribes SET _updatedTS = STR_TO_DATE(_updatedDate, '%Y-%m-%d %H:%i:%S') WHERE _updatedTS IS NULL
[1] 0.42 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.04 seconds -> 0 rows affected