13 messages in com.mysql.lists.mysqlre: NEWBIE to mysql| From | Sent On | Attachments |
|---|---|---|
| jsp | 07 Feb 2003 16:48 | |
| Wileynet | 07 Feb 2003 16:51 | |
| Gerald R. Jensen | 09 Feb 2003 13:05 | |
| Jerry | 09 Feb 2003 13:35 | |
| Gurhan Ozen | 09 Feb 2003 13:38 | |
| Bryan Lipscy | 09 Feb 2003 13:39 | |
| Stefan Hinz | 09 Feb 2003 13:55 | |
| Steve Edberg | 09 Feb 2003 16:07 | |
| Veysel Harun Sahin | 10 Feb 2003 00:19 | |
| keit...@bnpparibas.com | 10 Feb 2003 01:27 | |
| Bruce MacDonald | 10 Feb 2003 04:37 | |
| Victoria Reznichenko | 10 Feb 2003 08:23 | |
| Aggelos | 10 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)" :)
-- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ Vict...@ensita.net /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com




