![]() | |
#1
| |||
| |||
|
|
| die($DBI::errstr . "\n"); $dbh->{AutoCommit} = 0; |
#2
| |||
| |||
|
|
Is there anything in Postgres that would allow me to insert a whole bunch of rows at once, with a single insert |
#3
| |||
| |||
|
|
Mladen Gogala, 26.08.2010 00:11: Is there anything in Postgres that would allow me to insert a whole bunch of rows at once, with a single insert INSERT INTO my_table (col1, col2, col3) VALUES (1,2,3), (4,5,6), (7,8,9); will insert three rows. Regards Thomas |
![]() |
| Thread Tools | |
| Display Modes | |
| |