Bonsoir,
sous ce message un peu barbare se cache une question très simple.
J'ai cette vue MySQL:
create or replace view galette_athletics_speed_chal as
select a.id_adh AS id_adh,
re.id_race AS id_race,
point_for_race(re.time,re.gender,ro.distance, NULL) AS points,
point_bonus(re.category) as bonus,
if((month(ra.race_date) < 9),(year(ra.race_date
(…)