Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. postgres=# insert into non_fdw_table select 'col1' as col1, 2 as col2 , generate_series(1,100000) as col3;
  2. INSERT 0 100000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement