- 0
Problema mysql
-
Similar Content
-
- 2 answers
- 181 views
-
- 2 answers
- 129 views
-
- 10 replies
- 4,506 views
-
- 4 replies
- 213 views
-
- 8 replies
- 1,147 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
dandrew12
Salut, nu stiu daca postez unde trebuie dar am o probelma cand dau import imi arata asta:
[pawn]SQL query:
-- --------------------------------------------------------
--
-- Structura de tabel pentru tabelul `bizz`
--
DROP TABLE IF NOT EXISTS `bizz` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`Owned` int(11) NOT NULL,
`Owner` varchar(25) NOT NULL DEFAULT 'The State',
`Message` varchar(50) NOT NULL,
`EntranceX` float NOT NULL,
`EntranceY` float NOT NULL,
`EntranceZ` float NOT NULL,
`ExitX` float NOT NULL,
`ExitY` float NOT NULL,
`ExitZ` float NOT NULL,
`LevelNeeded` int(11) NOT NULL,
`BuyPrice` int(11) NOT NULL,
`EntranceCost` int(11) NOT NULL,
`Till` int(11) NOT NULL,
`Locked` int(11) NOT NULL,
`Interior` int(11) NOT NULL,
`Products` int(11) NOT NULL,
`MaxProducts` int(11) NOT NULL,
`PriceProd` int(11) NOT NULL,
`Virtual` int(11) NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
MySQL said: Documentation
#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 'NOT EXISTS `bizz` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`Owned` int(11) NO' at line 6 [/pawn]
Link to comment
Share on other sites
4 answers to this question
Recommended Posts