Skip to content
Snippets Groups Projects
Commit 8ab7b96d authored by cortylal's avatar cortylal
Browse files

stats

parent a5c856ae
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