Start Processing : 2026-04-18 18:16:29
0 rows affectedupdate db_ebq_opportunities set _client = 'eO' where _client is null
[5] 0.06 seconds -> 0 rows affected
UPDATE db_ebq_opportunities SET _createdTS = STR_TO_DATE(_createdDate, '%c/%e/%Y') , _closedTS= STR_TO_DATE(_closeDate, '%c/%e/%Y');
[10] 0.01 seconds -> 0 rows affected
UPDATE db_ebq_opportunities set _createdMonth = month(_createdTS), _createdYear = year(_createdTS);
[20] 0.01 seconds -> 0 rows affected