Created
July 9, 2012 16:03
-
-
Save tinaarnoldi/3077351 to your computer and use it in GitHub Desktop.
SQL Grantedge Assigning fiscal year to specified date range.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(Case when grants.paydate >= ‘20050701’ and grants.paydate < ‘20060603’ then grants.paymentamount else 0 red) as FY2006 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment