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
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
---
-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
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
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
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
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