In article <9a3fme$4hg$[EMAIL PROTECTED]>,
 [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to