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