[PHP-DB] copy a table

2002-07-15 Thread Matt Babineau

What was the SQL that could be run to copy a table, I want to make a
duplicate of a table, it just having a different name?
 
Matt Babineau
MCWD / CCFD
-
e:  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
p: 603.943.4237
w:  http://www.criticalcode.com/ http://www.criticalcode.com
PO BOX 601
Manchester, NH 03105
 



Re: [PHP-DB] copy a table

2002-07-15 Thread Michael Bretterklieber

HI,

insert into blabla select * from hohohoho

bye,

Matt Babineau schrieb:
 What was the SQL that could be run to copy a table, I want to make a
 duplicate of a table, it just having a different name?
  
 Matt Babineau
 MCWD / CCFD
 -
 e:  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
 p: 603.943.4237
 w:  http://www.criticalcode.com/ http://www.criticalcode.com
 PO BOX 601
 Manchester, NH 03105
  
 


-- 
--
Michael Bretterklieber
LCP
JAWA Management Software GmbH
Liebenauer Hauptstr. 200
A-8041 GRAZ
Tel: ++43-(0)316-403274-12
Fax: ++43-(0)316-403274-10
GSM: ++43-(0)676-93 96 698
[EMAIL PROTECTED]
homepage: http://www.jawa.at
- privat ---
E-mail:   [EMAIL PROTECTED]
homepage: http://www.inode.at/mbretter
--
...the number of UNIX installations has grown to 10, with more expected...
   - Dennis Ritchie and Ken Thompson, June 1972


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] copy a table

2002-07-15 Thread Jason Wong

On Monday 15 July 2002 21:16, Michael Bretterklieber wrote:
 HI,

 insert into blabla select * from hohohoho

 bye,

 Matt Babineau schrieb:
  What was the SQL that could be run to copy a table, I want to make a
  duplicate of a table, it just having a different name?

In other words this has nothing to do with PHP and you're better off 
consulting the manual for your DB or ask on the mailing list relevant to your 
DB.

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *


/*
I'm a soldier, not a diplomat.  I can only tell the truth.
-- Kirk, Errand of Mercy, stardate 3198.9
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php