Jump to content
MakeWebGames

kcmajor36

Members
  • Posts

    78
  • Joined

  • Last visited

Everything posted by kcmajor36

  1. SQL query: -------------------------------------- -- CREATE TABLE `questgroups` ( `qgID` INT( 11 ) NOT NULL AUTO_INCREMENT , `qgNAME` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL , `qgORDER` INT( 11 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `qgID` ) ) ENGINE MYISAM CHARACTER SET utf8 COLLATE utf8_unicode_ci; MySQL said: #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 '---------------------------------------- CREATE TABLE `questgroups` ( `qgID` ' at line 1
  2. Still doesn't work. Hmmm?
  3. How do I fix the SQL?
×
×
  • Create New...