php-general | 2001032
Date: 03/30/01
- Next message: Mark Bayfield: "Re: [PHP] Catagory list"
- Previous message: Greg Donald: "RE: [PHP] More questions about installing....."
- In reply to: McShen: "[PHP] duplicate tables"
- Next in thread: McShen: "Re: [PHP] duplicate tables"
- Reply: McShen: "Re: [PHP] duplicate tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Mark Bayfield: "Re: [PHP] Catagory list"
- Previous message: Greg Donald: "RE: [PHP] More questions about installing....."
- In reply to: McShen: "[PHP] duplicate tables"
- Next in thread: McShen: "Re: [PHP] duplicate tables"
- Reply: McShen: "Re: [PHP] duplicate tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

