Created
March 14, 2018 22:20
-
-
Save RafalSladek/fc8ffb5e00f8c2580f2136cbd0c2b6ab to your computer and use it in GitHub Desktop.
create 12 months in oracle
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
| select add_months(date '2018-01-01',rownum-1) mth from dual connect by level <= 12; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment