79315022

Date: 2024-12-29 05:51:33
Score: 9 🚩
Natty: 4.5
Report link

I have the same problem

Have you found a solution?

SELECT "name", SUM("h") AS "total hits" 
FROM "teams" 
JOIN "performances" ON performances.team_id = teams.id 
WHERE performances."year" = 2001 
GROUP BY "team_id" 
ORDER BY sum("h") DESC 
LIMIT 5;
Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): Have you found a solution
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: 0xDev