select "Happy Birthday ", EpiUser, “#”, Row_Number() over (partition by EpiUsers)
where birthday = getdate().
Happy Birthday @Banderson #1
select "Happy Birthday ", EpiUser, “#”, Row_Number() over (partition by EpiUsers)
where birthday = getdate().
Happy Birthday @Banderson #1
I think you’ve got a problem with you’re query somewhere, it didn’t pickup that my birthday is also today.
Funnily enough, I actually watched the video @Banderson posted from his Insights presentation on windowing this morning, then saw this one and his post about string_agg next to each other on the home page.
Congrats… and 21 again…