How do I convert a date like 2020-03-25 to 03-20 ?
I tried this:
select FORMAT (d.[Date], \'MM-YY\') as monthyear from x d
But I a