error 1064
#1

Код:
DROP TABLE IF EXISTS `lotto`;
CREATE TABLE `lotto` (
  `tid` int(11) NOT NULL AUTO_INCREMENT,
  `id` int(11) NOT NULL,
  `number` int(11) NOT NULL,
  PRIMARY KEY (`tid`) USING BTREE
) ENGINE = MYISAM CHARACTER SET latin1 COLLATE latin1_bin;
THE ERROR:
Код:
Script line: 1560	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 'USING BTREE
) ENGINE = MYISAM CHARACTER SET latin1 COLLATE latin1_bin' at line 5
Reply


Messages In This Thread
error 1064 - by BoomShnizel - 20.08.2012, 08:34

Forum Jump:


Users browsing this thread: 2 Guest(s)