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


A huge thanks.

P.S.
What would be a good book for a MySQL beginner?

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to