CREATE TABLE `z_commends` (
`account_id` int(11) NOT NULL AUTO_INCREMENT,
`type` int(11) DEFAULT NULL,
`address` int(11) DEFAULT NULL,
`information` int(11) DEFAULT NULL,
`tense` int(11) DEFAULT NULL,
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
SQL:CREATE TABLE `z_commends` ( `account_id` int(11) NOT NULL AUTO_INCREMENT, `type` int(11) DEFAULT NULL, `address` int(11) DEFAULT NULL, `information` int(11) DEFAULT NULL, `tense` int(11) DEFAULT NULL, ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
Nie podałeś typów rekordów więc sobie zmień na prawidłowe.
#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 ') ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1' at line 7
- - - Updated - - -
Close