1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
requête SQL:
-- phpMyAdmin SQL Dump
-- version 2.9.0.3
-- <a href="http://www.phpmyadmin.net" target="_blank">http://www.phpmyadmin.net</a>
--
-- Host: localhost
-- Generation Time: May 19, 2007 at 07:44 AM
-- Server version: 5.0.27
-- PHP Version: 5.2.0
--
-- Database: `phpraider`
--
--
-- Dumping data for table `phpraider_attribute`
--
INSERT INTO `phpraider_attribute` ( `attribute_id` , `att_name` , `att_type` , `att_min` , `att_max` , `att_hover` , `att_show` , `att_icon` )
VALUES ( 1, 'Arcane Resistance', 'numeric', 0, 0, 0, 1, 'arcane_resistance.png' ) , ( 2, 'Fire Resistance', 'numeric', 0, 0, 0, 1, 'fire_resistance.png' ) , ( 3, 'Frost Resistance', 'numeric', 0, 0, 0, 1, 'frost_resistance.png' ) , ( 4, 'Nature Resistance', 'numeric', 0, 0, 0, 1, 'nature_resistance.png' ) , ( 5, 'Shadow Resistance', 'numeric', 0, 0, 0, 1, 'shadow_resistance.png' ) , ( 6, 'Damage Gear', 'numeric', 0, 0, 0, 1, 'damage_gear.png' ) , ( 7, 'Healing Gear', 'numeric', 0, 0, 0, 1, 'healing_gear.png' ) ;
MySQL a répondu:Documentation
#1062 - Duplicate entry '1' for key 1 |
Partager