I have one column Month_year in staging table having below data. Please suggest query to get the desired output.
Input:
+----------+
month_year
+----------+
Jan-19
Dec-18
+----------+
Expected Output:
+----------+
month_year
+----------+
201901
201812
+----------+
Thanks in Advance!