RE: duplicating tables

2001-07-31 Thread Sterin, Ilya
. Ilya -Original Message- From: Tom McDonough To: use DBI Sent: 07/31/2001 1:31 PM Subject: duplicating tables Is there a simple command which wil duplicate a table without writing a script? I'm want to do this first in DBD:CSV and then in DBD:mySQL. -- Tom McDonough Be a better dad

Re: duplicating tables

2001-07-31 Thread Jeff Zucker
From: Tom McDonough Is there a simple command which wil duplicate a table without writing a script? I'm want to do this first in DBD:CSV and then in DBD:mySQL. In DBD::CSV, a table is just a file, so you would use 'cp' (or whatever your system's file copy command is) to duplicate a table.