13 messages in com.mysql.lists.mysqlre: NEWBIE to mysql
FromSent OnAttachments
jsp07 Feb 2003 16:48 
Wileynet07 Feb 2003 16:51 
Gerald R. Jensen09 Feb 2003 13:05 
Jerry09 Feb 2003 13:35 
Gurhan Ozen09 Feb 2003 13:38 
Bryan Lipscy09 Feb 2003 13:39 
Stefan Hinz09 Feb 2003 13:55 
Steve Edberg09 Feb 2003 16:07 
Veysel Harun Sahin10 Feb 2003 00:19 
keit...@bnpparibas.com10 Feb 2003 01:27 
Bruce MacDonald10 Feb 2003 04:37 
Victoria Reznichenko10 Feb 2003 08:23 
Aggelos10 Feb 2003 08:34 
Subject:re: NEWBIE to mysql
From:Victoria Reznichenko (vict@ensita.net)
Date:02/10/2003 08:23:38 AM
List:com.mysql.lists.mysql

On Saturday 08 February 2003 02:52, Wileynet wrote:

Can anyone tell me why I keep getting an ERROR 1064 with this command ? I just would like to create a table with two fields, name and messages for a Simple guestbook but I want to store the data in a mysql database.

mysql> CREATE TABLE info -> ( -> name varchar(50) -> message varchar(255) -> ) -> ;

You forgot to put a comma (',') after "name varchar(50)" :)