Created
June 15, 2021 16:27
-
-
Save eclecticmiraclecat/12ef0eb249f2fe6e077bf7855538fdb0 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
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