79507546

Date: 2025-03-13 20:26:54
Score: 1.5
Natty:
Report link

Here is the answer that worked, thank you very much for your help

SELECT ROW_NUMBER() OVER(PARTITION BY SomeVal ORDER by case when SomeVal IS NULL THEN 1 ELSE 0 END)
Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: James