Created
August 18, 2015 11:33
-
-
Save neurotech/854cb0b92d8a872acc29 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
WITH report_vars AS ( | |
SELECT | |
('[[From date=date]]') AS "REPORT_START", | |
('[[To date=date]]') AS "REPORT_END", | |
('[[Report Period=query_list(SELECT report_period FROM report_period WHERE completed != 1 ORDER BY start_date)]]') AS "REPORT_PERIOD" | |
FROM SYSIBM.sysdummy1 | |
) | |
SELECT * FROM report_vars |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment