Re: Copying a Table

2002-09-28 Thread Insanely Great
IL PROTECTED]> Sent: Saturday, September 28, 2002 10:48 PM Subject: Copying a Table > Hello all, > > I have yet to find this bit of information within the documentation. Is it > possible to copy the contents of a table? I

Re: Copying a Table

2002-09-28 Thread Arthur Fuller
To where? Another table? More information is required. - Original Message - From: "Shaun Bramley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 28, 2002 1:18 PM Subject: Copying a Table > Hello all, > > I have yet to find thi

RE: Copying a Table

2002-09-28 Thread Peter Lovatt
--- -Original Message- From: Shaun Bramley [mailto:[EMAIL PROTECTED]] Sent: 28 September 2002 17:19 To: [EMAIL PROTECTED] Subject: Copying a Table Hello all, I have yet to find this bit of information within the documentation. Is it possible to copy the contents of a

Re: Copying a Table

2002-09-28 Thread John Coder
Check out http://www.mysql.com/doc/en/mysqldump.html that should help you. John Coder On Sat, 2002-09-28 at 13:18, Shaun Bramley wrote: > Hello all, > > I have yet to find this bit of information within the documentation. Is it > possible to copy the contents of a table? If so how? > > Shaun

Copying a Table

2002-09-28 Thread Shaun Bramley
Hello all, I have yet to find this bit of information within the documentation. Is it possible to copy the contents of a table? If so how? Shaun mysql, query - Before posting, please check: http://www.mysql.com/manual.php

RE: Copying a table structure with constraints intact

2002-08-02 Thread Mike Hillyer
Hi There; I have some template tables in my SQL database that I was hoping to copy to make the production tables, but I have noticed that the constraints do not copy when I create the production table using a select statement. Dows anyone know of a way to copy the table and have the constraints c

copying a table

2001-01-19 Thread Nancy Quesenberry
I too am having trouble with the simple task of copying a table. I am using 3.22.23b. I wanted to use the create with insert but was told this isn't supported by 3.22. So i have created the new table and figured I would use an insert. i can't get this to work either. insert int