7 messages in com.mysql.lists.win32create table problem
FromSent OnAttachments
Dino...@Certegy.Com13 Feb 2003 06:49 
Dmytro Khlistunov13 Feb 2003 07:00 
Sheng, Joseph Y [AMSTA-AR-CI]13 Feb 2003 07:02 
Willis, Nathan13 Feb 2003 07:14 
Dino...@Certegy.Com13 Feb 2003 07:54 
Willis, Nathan13 Feb 2003 08:03 
Dmytro Khlistunov13 Feb 2003 08:39 
Subject:create table problem
From:Dino...@Certegy.Com (Dino@Certegy.Com)
Date:02/13/2003 06:49:56 AM
List:com.mysql.lists.win32

see error message below ... any suggestions?

mysql> create table customer_tbl -> ( -> cust_id varchar(10) not null primary key, -> cust_name varchar(30) not null, -> cust_address varchar(20) not null, -> cust_city varchar(15) not null, -> cust_state char(2) not null, -> cust_zip integer(5) not null, -> cust_phone integer(10), -> cust_fax integer(10), -> ); ERROR 1064: You have an error in your SQL syntax near ')' at line 11 mysql> _