Start Processing : 2025-03-15 02:52:17
0 rows affectedUPDATE db_social_linkedin
SET _datePosted = IF(_createdDate LIKE '%/%', STR_TO_DATE(_createdDate,'%m/%d/%Y'),
STR_TO_DATE(_createdDate,'%m-%d-%Y'))
WHERE _datePosted IS NULL;
[10] 0.02 seconds -> 0 rows affected