Start Processing : 2025-09-19 14:47:30
0 rows affectedUPDATE db_advertising_linkedin SET _dateTS = STR_TO_DATE(_startDateInUtc, '%m/%d/%Y') WHERE _dateTS is NULL
[5] 0.04 seconds -> 0 rows affected
UPDATE db_advertising_linkedin SET _cpm = (_totalSpent/_impressions)*1000 WHERE _totalSpent>0 AND _impressions > 0
[10] 0 seconds -> 0 rows affected