I have one table column that contains a list of date.
I wanted to export each year and month to another table and ignore duplicated Year/Month.
i.e. If I have 01/02/2024, 02/02/2024 , 15/02/2024 and so on, the result should have only one row that contain year 2024 and month Feb
Please see the sample in the attached file and the expected results.
I wanted to export each year and month to another table and ignore duplicated Year/Month.
i.e. If I have 01/02/2024, 02/02/2024 , 15/02/2024 and so on, the result should have only one row that contain year 2024 and month Feb
Please see the sample in the attached file and the expected results.