79111290

Date: 2024-10-21 18:20:08
Score: 2
Natty:
Report link

A negative number: substring(str, -4) would work as well as a substitute for RIGHT(str, 4)

from Athena documentation: A negative starting position is interpreted as being relative to the end of the string.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Michael Alperovich