Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
i have a columns [create date] , i have to extract only Month as a separate column
[Create date] data is like below
9/27/2022 10:54:23 PM
any suggestions please
As below
Month(Timestamp#([Create date],'MM/DD/YYYY hh:mm:ss tt')) as Month
As below
Month(Timestamp#([Create date],'MM/DD/YYYY hh:mm:ss tt')) as Month