Community,
I have a SQL column RECEIPT_INFO_CFV.ARRIVAL_DATE which is showing like below,
8/15/2022 5:14:12 PM
which function I can use in SQL to retrieve Month in a column, and Year in a column, for above sample, SQL result should return like below,
Month Year
8 2022
Thank you.