Start Processing : 2025-06-14 12:31:16
0 rows affectedupdate db_ebq_opportunities set _client = 'eO' where _client is null
[5] 0.08 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.03 seconds -> 0 rows affected
UPDATE db_ebq_opportunities
set _createdMonth = month(_createdTS), _createdYear = year(_createdTS);
[20] 0.02 seconds -> 0 rows affected