Skip to content

Instantly share code, notes, and snippets.

@RafalSladek
Created March 14, 2018 22:20
Show Gist options
  • Select an option

  • Save RafalSladek/fc8ffb5e00f8c2580f2136cbd0c2b6ab to your computer and use it in GitHub Desktop.

Select an option

Save RafalSladek/fc8ffb5e00f8c2580f2136cbd0c2b6ab to your computer and use it in GitHub Desktop.
create 12 months in oracle
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