RE: duplicating tables

2001-07-31 Thread Sterin, Ilya

By writting a script you mean writting DBI code, I guess.  If you don't want
to write script, than your question does not belong on the DBI users list.
It would take some simple SQL to create a table based on another table, but
again if you don't want to write script that's not the answer for you.

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!  Visit http://www.dadsden.net/




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.

-- 
Jeff