79082668

Date: 2024-10-13 07:53:44
Score: 1
Natty:
Report link
select s.id, (select (sum(x)- max(x)-min(x))/5 FROM (select 
unnest(array[score1,score2,score3,score4,score5,score6,score7])as x ))
from scores s;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: C.Y.