par
racegamers » 10 juil. 2005, 19:48
non, il y a le numero de la manche
je mets mes champs
INSERT INTO `a_manches_champ` VALUES (1, 'Tocard2', 17, '2005', 'Pacific American', 'Road America', 'Mitsubishi 3000GT', '', '28/6', '0000-00-00 00:00:00', '');
INSERT INTO `a_manches_champ` VALUES (2, 'GT4', 10, '2005', '', 'La Sarthe 1', 'Eagle Talon Esi 97', '', '2/7', '0000-00-00 00:00:00', '');
INSERT INTO `a_manches_champ` VALUES (3, 'Forza', 12, '2005', '', 'Silverstone (short)', '2002 Honda Mugen Integra Type-R (Japan)', 'C', '5/7', '0000-00-00 00:00:00', 'Vous pouvez prendre la Integra de 2000 ou celle de 2002');
INSERT INTO `a_manches_champ` VALUES (4, 'NFSU2', 16, '2005', 'Course', 'Switchback', '', '', '4/7', '0000-00-00 00:00:00', 'Test en cours');
INSERT INTO `a_manches_champ` VALUES (5, 'Tocard2', 18, '2005', 'EuroRally', 'Euro Rally SS3', 'Mitsubishi Evo VII Rally Car', '', '09/07', '0000-00-00 00:00:00', '');
ce que je voudrais, c'est afficher tous les jeux, mais pour chaque jeu, la manche qui a le plus gros chiffre (manche)
donc, pour ces ex, je les voudrais tous sauf le 1er (car il y a 2 fois tocard2 dont l'un qui a la manche 17 et l'autre 18 )
non, il y a le numero de la manche
je mets mes champs
[php]INSERT INTO `a_manches_champ` VALUES (1, 'Tocard2', 17, '2005', 'Pacific American', 'Road America', 'Mitsubishi 3000GT', '', '28/6', '0000-00-00 00:00:00', '');
INSERT INTO `a_manches_champ` VALUES (2, 'GT4', 10, '2005', '', 'La Sarthe 1', 'Eagle Talon Esi 97', '', '2/7', '0000-00-00 00:00:00', '');
INSERT INTO `a_manches_champ` VALUES (3, 'Forza', 12, '2005', '', 'Silverstone (short)', '2002 Honda Mugen Integra Type-R (Japan)', 'C', '5/7', '0000-00-00 00:00:00', 'Vous pouvez prendre la Integra de 2000 ou celle de 2002');
INSERT INTO `a_manches_champ` VALUES (4, 'NFSU2', 16, '2005', 'Course', 'Switchback', '', '', '4/7', '0000-00-00 00:00:00', 'Test en cours');
INSERT INTO `a_manches_champ` VALUES (5, 'Tocard2', 18, '2005', 'EuroRally', 'Euro Rally SS3', 'Mitsubishi Evo VII Rally Car', '', '09/07', '0000-00-00 00:00:00', '');
[/php]
ce que je voudrais, c'est afficher tous les jeux, mais pour chaque jeu, la manche qui a le plus gros chiffre (manche)
donc, pour ces ex, je les voudrais tous sauf le 1er (car il y a 2 fois tocard2 dont l'un qui a la manche 17 et l'autre 18 )