Skip to content

Instantly share code, notes, and snippets.

@eclecticmiraclecat
Created June 15, 2021 16:27
Show Gist options
  • Save eclecticmiraclecat/12ef0eb249f2fe6e077bf7855538fdb0 to your computer and use it in GitHub Desktop.
Save eclecticmiraclecat/12ef0eb249f2fe6e077bf7855538fdb0 to your computer and use it in GitHub Desktop.
create table temp(t int);
insert into temp(t) select random()*100 select from generate_series(0, 1000000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment