Hi there,
Maybe this is a dump question but I searched and couldn't find a solution.
Is there any way to insert multiple rows into Pg with one insert statement, just like Oracle?
insert into table_name (col_name) values (1,2,3,4) ?
Some workarounds would be appreciated if this is not supported in Pg.
Thank you in advance.
Sincerely,