|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
CREATE TABLE `xCMS_user` (
`UserID` int(11) NOT NULL auto_increment,
`Cat` varchar(255) NOT NULL default ,
`Pos` varchar(255) NOT NULL default ,
`User` text NOT NULL,
`Pic` text,
`Q1` text,
`Q2` text,
`Q3` text,
`Q4` text,
`Q5` text,
`Q6` text,
`Q7` text,
`Q8` text,
`Q9` text,
`Q10` text,
`Q11` text,
`Q12` text,
`Q13` text,
`Q14` text,
`Q15` text,
PRIMARY KEY (`UserID`)
) TYPE=MyISAM AUTO_INCREMENT=3 ;
|
hab folgenden code und bei dem kommt diese fehlermeldung
#1064 - You have an error in your SQL syntax near '
`Pos` varchar( 255 ) NOT NULL default,
`User` text NOT NULL ,
`Pic` text' at line 2
kann mir jemand helfen?