Start Processing : 2026-01-27 19:52:40
0 rows affectedUPDATE `appspace`.`db_googledisplay_placement`
SET _isLatest = 'No'
[1] 0.38 seconds -> 2033 rows affected
SET @maxdate := (
SELECT MAX(STR_TO_DATE(_extractDate, '%c/%e/%y'))
FROM `appspace`.`db_googledisplay_placement`
)
[2] 0.06 seconds -> 0 rows affected
UPDATE `appspace`.`db_googledisplay_placement`
SET _isLatest = 'Yes'
WHERE STR_TO_DATE(_extractDate, '%c/%e/%y') = @maxdate
[3] 0.35 seconds -> 2033 rows affected