Problème "Champ 'limit' inconnu dans field list"
KodAblinK
-
jordane45 Messages postés 38486 Date d'inscription Statut Modérateur Dernière intervention -
jordane45 Messages postés 38486 Date d'inscription Statut Modérateur Dernière intervention -
Bonjour, quand je met cette commande dans mon SQL, il me répond par "Champ 'limit' inconnu dans field list" , quelqun aurait la solution ? cela m'aiderais beaucoup, merci d'avance
INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES
('beer', 'Biere', 15, 0, 1),
('bread', 'Pain', 15, 0, 1),
('chocolate', 'Chocolat', 10, 0, 1),
('cigarett', 'Cigarette', 20, 0, 1),
('cocacola', 'Coca-cola', 15, 0, 1),
('coffe', 'Café', 15, 0, 1),
('cupcake', 'Cupcake', 15, 0, 1),
('hamburger', 'Hamburger', 15, 0, 1),
('icetea', 'Ice-tea', 15, 0, 1),
('lighter', 'Briquet', 1, 0, 1),
('milk', 'Lait', 15, 0, 1),
('sandwich', 'Sandwich', 15, 0, 1),
('tequila', 'Tequila', 15, 0, 1),
('vodka', 'Vodka', 15, 0, 1),
('water', 'Eau', 5, 0, 1),
('whisky', 'Whisky', 15, 0, 1),
('wine', 'Vin', 15, 0, 1)
;
INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES
('beer', 'Biere', 15, 0, 1),
('bread', 'Pain', 15, 0, 1),
('chocolate', 'Chocolat', 10, 0, 1),
('cigarett', 'Cigarette', 20, 0, 1),
('cocacola', 'Coca-cola', 15, 0, 1),
('coffe', 'Café', 15, 0, 1),
('cupcake', 'Cupcake', 15, 0, 1),
('hamburger', 'Hamburger', 15, 0, 1),
('icetea', 'Ice-tea', 15, 0, 1),
('lighter', 'Briquet', 1, 0, 1),
('milk', 'Lait', 15, 0, 1),
('sandwich', 'Sandwich', 15, 0, 1),
('tequila', 'Tequila', 15, 0, 1),
('vodka', 'Vodka', 15, 0, 1),
('water', 'Eau', 5, 0, 1),
('whisky', 'Whisky', 15, 0, 1),
('wine', 'Vin', 15, 0, 1)
;
A voir également:
- Lyrics piste 01inconnu
- Numero inconnu - Guide
- 552 size limit exceeded ✓ - Forum Mail
- List disk - Guide
- Directory list & print - Télécharger - Divers Utilitaires
- Mms numéro inconnu ✓ - Forum Virus
2 réponses
yg_be
Messages postés
23541
Date d'inscription
Statut
Contributeur
Dernière intervention
Ambassadeur
1 584
bonjour, quels sont les noms des champs de la table items?
KodAblinK
Les noms des champs ? c'est à dire ?
yg_be
Messages postés
23541
Date d'inscription
Statut
Contributeur
Dernière intervention
1 584
>
KodAblinK
n'as-tu as créé cette table?