I am importing data from another sources, which has multiple columns but I am facing problem in date column like I have multiple format in this column like:
dd/mm/yyyy
mm/dd/yyyy
mmm-yyyy
Can you guide me how can accommodate these format during migrate data (using cursor to transfer data from temporary table to destination table).
How can i convert mmm-yyyy date format to dd/mm/yyyy format