Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] duplicate tables From: CC Zona (cczona <email protected>)
Date: 03/30/01

In article <9a3fme$4hg$1 <email protected>>,
 webmaster <email protected> ("McShen") wrote:

> i have a table named "refer"
> I wanna duplicate a table name "refer2" so that i can mess around with it.

Have you checked the manual for your DBMS? Something like "create table
refer2 select * from refer" should work with MySQL (assuming that were your
DBMS).

-- 
CC

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>