Skip to content
Snippets Groups Projects
Commit af29ca79 authored by NF17 Etudiant's avatar NF17 Etudiant
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents f2d059fe 8ab7b96d
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ class Stats
WHERE a.client = c.id
AND f.animal = a.id
GROUP BY c.nom, c.prenom, c.id
ORDER BY prix DESC
LIMIT 3" ); // on prépare notre requête
$requete_prepare->execute();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment