79259394

Date: 2024-12-06 21:16:29
Score: 2.5
Natty:
Report link

Also if you were to add "Group By 1" to your sub query, it will work.

(select max(count(p2.pres_name)) from president p2 where p1.part = p2.party group by 1)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tyler Hayes