79490574

Date: 2025-03-06 20:13:08
Score: 1
Natty:
Report link

SUM(TIME) aggregates the TIME column for each SSN group.

MAX(SUM(TIME)) is incorrect because SUM(TIME) is already grouped, and MAX() is trying to apply an additional aggregation incorrectly.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jayachandra Raju