Start Processing : 2025-06-14 12:34:16
0 rows affectedupdate db_ebq_opportunities_eo set _client = 'eO' where _client is null
[10] 0.04 seconds -> 0 rows affected
UPDATE db_ebq_opportunities_eo
SET
_createdTS = STR_TO_DATE(_createdDate, '%c/%e/%Y') ,
_closeTS= STR_TO_DATE(_closeDate, '%c/%e/%Y');
[20] 0.01 seconds -> -1 rows affected
UPDATE db_ebq_opportunities_eo
set _createdMonth = month(_createdTS), _createdYear = year(_createdTS);
[30] 0 seconds -> 0 rows affected