Newbie question: can't create/insert into table

2002-02-18 Thread Willy
Hi, I am a total MySQL newbie using MySQL 3.22.32. I am trying to simultaneously create a table and insert some data into it as follows: create table temp1 - select field_x - from MyData; But, I get a syntax error (ERROR 1064) on line 2. Would somebody please point me at the right

Re: Newbie question: can't create/insert into table

2002-02-18 Thread Benjamin Pflugmann
Hi. On Tue, Feb 19, 2002 at 04:15:36AM +0300, [EMAIL PROTECTED] wrote: I am a total MySQL newbie using MySQL 3.22.32. [...] create table temp1 - select field_x - from MyData; But, I get a syntax error (ERROR 1064) on line 2. Would somebody please point me at the right