Start Processing : 2024-09-20 02:28:55
0 rows affectedupdate db_ebq_opportunities set _client = 'eO' where _client is null
[5] 0.03 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