Problème "Champ 'limit' inconnu dans field list"

Fermé
KodAblinK - 18 oct. 2019 à 22:58
jordane45 Messages postés 38136 Date d'inscription mercredi 22 octobre 2003 Statut Modérateur Dernière intervention 16 avril 2024 - 19 oct. 2019 à 22:52
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)
;
A voir également:

2 réponses

yg_be Messages postés 22692 Date d'inscription lundi 9 juin 2008 Statut Contributeur Dernière intervention 16 avril 2024 1 471
18 oct. 2019 à 23:44
bonjour, quels sont les noms des champs de la table items?
0
Les noms des champs ? c'est à dire ?
0
yg_be Messages postés 22692 Date d'inscription lundi 9 juin 2008 Statut Contributeur Dernière intervention 16 avril 2024 1 471 > KodAblinK
19 oct. 2019 à 10:39
n'as-tu as créé cette table?
0