in reply to Quickest way to insert many rows with DBI
Command: COPY Description: Copies data between files and tables Syntax: COPY [ BINARY ] table [ WITH OIDS ] FROM { 'filename' | stdin } [ [USING] DELIMITERS 'delimiter' ] [ WITH NULL AS 'null string' ] COPY [ BINARY ] table [ WITH OIDS ] TO { 'filename' | stdout } [ [USING] DELIMITERS 'delimiter' ] [ WITH NULL AS 'null string' ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Quickest way to insert many rows with DBI
by Anonymous Monk on Apr 11, 2006 at 09:51 UTC | |
by rinceWind (Monsignor) on Apr 11, 2006 at 09:57 UTC |