Start Processing : 2025-03-15 02:55:31
0 rows affectedUPDATE db_advertising_linkedin SET _dateTS = STR_TO_DATE(_startDateInUtc, '%m/%d/%Y') WHERE _dateTS is NULL
[5] 0.01 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