Skip to content

Instantly share code, notes, and snippets.

@andy-leonard
Created March 5, 2014 17:51
Show Gist options
  • Save andy-leonard/9372557 to your computer and use it in GitHub Desktop.
Save andy-leonard/9372557 to your computer and use it in GitHub Desktop.
Create some aribitrary PostgreSQL data
CREATE TABLE t_test_01 AS SELECT * FROM generate_series(1, 1000000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment