79496805

Date: 2025-03-10 00:43:27
Score: 2
Natty:
Report link

Technically you can re-write your query, replace SELECT DISTINCT ON with an aggregate function like MAX and GROUP BY. Then you'll be able to group and sort at any order you like.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
Posted by: hit3k