
March 23rd, 2012, 07:26 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Posts: 4
Time spent in forums: 1 h 57 m 42 sec
Reputation Power: 0
|
|
|
Can you help me ? :)
I want create new table :
(
date int NOT NULL,
ip varchar(40) NOT NULL,
b_id int unsigned primary key NOT NULL auto_increment
);
i have error :#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOT NULL) NOT NULL, `ip` VARCHAR(40 NOT NULL) NOT NULL, `b_id` INT(NOT NULL) NOT' at line 1
you can help me if you want i can use team viewer ?
|