Start Processing : 2025-03-15 11:09:18
0 rows affectedupdate db_ebq_opportunities set _client = 'eO' where _client is null
[5] 0.04 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 seconds -> 0 rows affected
UPDATE db_ebq_opportunities
set _createdMonth = month(_createdTS), _createdYear = year(_createdTS);
[20] 0 seconds -> 0 rows affected