[HELP] SQL #1062 +rep
#1

hello

i have problem , when i Exйcuter sql , is say me this error (

Код:
#1062 - Duplicate entry '1' for key 'PRIMARY'
this :
Код:
--
-- Structura de tabel pentru tabelul `BarziniFamilyCars`
--

CREATE TABLE IF NOT EXISTS `BarziniFamilyCars` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `Model` int(3) NOT NULL,
  `PosX` float NOT NULL,
  `PosY` float NOT NULL,
  `PosZ` float NOT NULL,
  `Angle` float NOT NULL,
  `Color1` int(3) NOT NULL,
  `Color2` int(3) NOT NULL,
  `TRespawn` int(11) NOT NULL,
  `Rank` int(1) NOT NULL,
  `Plate` text NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Salvarea datelor din tabel `BarziniFamilyCars`
--

INSERT INTO `BarziniFamilyCars` (`ID`, `Model`, `PosX`, `PosY`, `PosZ`, `Angle`, `Color1`, `Color2`, `TRespawn`, `Rank`, `Plate`) VALUES
(1, 463, 1094.52, -1186.97, 17.8647, 178.745, 245, 245, 4000, 1, 'LS 1 BRZ'),
(2, 521, 1098.14, -1186.86, 17.9114, 185.248, 245, 245, 4000, 1, 'LS 2 BRZ'),
(3, 445, 1109.17, -1193.22, 17.9794, 87.4464, 245, 245, 4000, 1, 'LS 3 BRZ'),
(4, 421, 1087.74, -1192.35, 18.069, 270.91, 245, 245, 4000, 1, 'LS 4 BRZ'),
(5, 567, 1093.85, -1227.3, 15.6866, 180.149, 245, 245, 4000, 1, 'LS 5 BRZ'),
(6, 482, 1098.86, -1227.58, 15.9397, 177.744, 245, 245, 4000, 1, 'LS 6 BRZ'),
(7, 419, 1089.92, -1219.59, 17.739, 269.26, 245, 245, 4000, 1, 'LS 7 BRZ'),
(8, 409, 1102.02, -1219.91, 17.6047, 89.7216, 245, 245, 4000, 1, 'LS 8 BRZ'),
(9, 535, 1105.28, -1227.15, 15.5913, 181.31, 245, 245, 4000, 1, 'LS 9 BRZ'),
(10, 567, 1086.87, -1226.37, 15.6908, 181.161, 245, 245, 4000, 1, 'LS 10 BRZ');
Reply


Messages In This Thread
[HELP] SQL #1062 +rep - by KingPersona - 31.05.2014, 17:34
Re: [HELP] SQL #1062 +rep - by Koala818 - 31.05.2014, 17:41
Re: [HELP] SQL #1062 +rep - by KingPersona - 31.05.2014, 17:50
Re: [HELP] SQL #1062 +rep - by Koala818 - 31.05.2014, 18:03
Re: [HELP] SQL #1062 +rep - by KingPersona - 31.05.2014, 18:41
Re: [HELP] SQL #1062 +rep - by Koala818 - 31.05.2014, 19:12
Re: [HELP] SQL #1062 +rep - by KingPersona - 31.05.2014, 20:33

Forum Jump:


Users browsing this thread: 2 Guest(s)