Jump to content
MakeWebGames

Recommended Posts

Posted

Can anyone help me? I've tried searching the forums, and google didn't give me precise answers.

-- Table structure for table `race_results`

--

CREATE TABLE `race_results` (

`rrID` int( 11 ) NOT NULL AUTO_INCREMENT ,

`rrTYPE` varchar( 255 ) NOT NULL default '',

`rrBET` int( 11 ) NOT NULL default '0',

`rrCHALLENGER` varchar( 255 ) NOT NULL default '',

`rrCHALLENGED` varchar( 255 ) NOT NULL default '',

`rrCHRCAR` varchar( 255 ) NOT NULL default '',

`rrCHDCAR` varchar( 255 ) NOT NULL default '',

`rrWINNER` varchar( 255 ) NOT NULL default '',

`rrNOTES` text NOT NULL ,

PRIMARY KEY ( `rrID` )

) ENGINE = MYISAM AUTO_INCREMENT =36 DEFAULT CHARSET = latin1 AUTO_INCREMENT =36;

 

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 '- phpMyAdmin SQL Dump

CREATE TABLE `race_results` (

`rrID` int(11) NOT' at line 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...