OK, I need to process info from my database in quarterly increments...
I think there is a datepart function to do this but I am not sure..
I need to determine what quarter it is and assign it to a declared variable
named @.QuarterInfo
Any suggestions?datepart("q",yourdatetime)
No comments:
Post a Comment