On Sun, Jan 14, 2001 at 04:13:40PM -0800, Nancy Quesenberry wrote:
> HI,
> I am new to this list and to mySQL.
>
> I am trying to do a simple copy of a table with the create-select
> and it has a problem with my code. I am using version 3.22.23b. My
> code is:
>
> create table newtable select *
HI,
I am new to this list and to mySQL.
I am trying to do a simple copy of a table with the
create-select and it has a problem with my code. I am
using version 3.22.23b. My code is:
create table newtable select * from oldtable;
Am I missing something? I know I can create the new
table and then