I am doing a database migration and I currently have a string column with dates (versus having the optimal datetime field set for these). Is there a function I can call in M
STR_TO_DATE function - ref
STR_TO_DATE
Example:
select str_to_date('10-oct-2006', "%d-%b-%Y");