Inbuild datatype of column

Jan 30 2025 7:46 AM

How to find what will be the inbuild datatype of this column - MonthYear once we format Getdate() to 'MMM-yy'

select FORMAT(getdate(), 'MMM-yy')  AS MonthYear


Answers (2)